summaryrefslogtreecommitdiffstats
path: root/extra/xorg-bigreqsproto/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:06:13 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:06:13 +0200
commite01d40b7fe7478d1a971975d3226fd5634a68b3c (patch)
treeb91377bb0cb36b0ff987844ae99e961a87cf1f1d /extra/xorg-bigreqsproto/Pkgfile
parent02105ab1201818c2ddc0af3bf130e52ac563624f (diff)
downloadnutyx-pakxe-e01d40b7fe7478d1a971975d3226fd5634a68b3c.tar.gz
nutyx-pakxe-e01d40b7fe7478d1a971975d3226fd5634a68b3c.tar.bz2
nutyx-pakxe-e01d40b7fe7478d1a971975d3226fd5634a68b3c.tar.xz
nutyx-pakxe-e01d40b7fe7478d1a971975d3226fd5634a68b3c.zip
xorg-bigreqsproto dans extra
Diffstat (limited to 'extra/xorg-bigreqsproto/Pkgfile')
-rw-r--r--extra/xorg-bigreqsproto/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/xorg-bigreqsproto/Pkgfile b/extra/xorg-bigreqsproto/Pkgfile
new file mode 100644
index 000000000..9e26d38c5
--- /dev/null
+++ b/extra/xorg-bigreqsproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto bigreqsproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=xorg-bigreqsproto
+version=1.1.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-$version.tar.bz2)
+
+build() {
+ cd bigreqsproto-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/$XORG_PREFIX/share
+}