From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- xorg/mesa/mesa.build | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100755 xorg/mesa/mesa.build (limited to 'xorg/mesa/mesa.build') diff --git a/xorg/mesa/mesa.build b/xorg/mesa/mesa.build new file mode 100755 index 0000000..5d5e4f3 --- /dev/null +++ b/xorg/mesa/mesa.build @@ -0,0 +1,164 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=mesa +VERSION=9.0.1 +BUILD=1 +DEPENDS=('xorg_libs >= 7.7-3' 'libdrm >= 2.4.41-1' 'talloc >= 2.0.8-1') +GALLIUM="r300,r600,radeonsi,nouveau,svga,swrast" + +# Description + +cat > ${PKG}/install/slack-desc <