summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-glproto/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:34:09 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:34:09 +0100
commit7e6223242e8d1dc347d5b84355304dcaef98a824 (patch)
treec7c8c999d90e7827d02a621ed9b3bfbf18df5604 /xorg/xorg-glproto/Pkgfile
parent91a962d1c5f89d1987990ba9b7c91cb78365900a (diff)
downloadnutyx-extra-7e6223242e8d1dc347d5b84355304dcaef98a824.tar.gz
nutyx-extra-7e6223242e8d1dc347d5b84355304dcaef98a824.tar.bz2
nutyx-extra-7e6223242e8d1dc347d5b84355304dcaef98a824.tar.xz
nutyx-extra-7e6223242e8d1dc347d5b84355304dcaef98a824.zip
Ajout de xorg-glproto#1.4.10-1
Diffstat (limited to 'xorg/xorg-glproto/Pkgfile')
-rw-r--r--xorg/xorg-glproto/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg/xorg-glproto/Pkgfile b/xorg/xorg-glproto/Pkgfile
new file mode 100644
index 000000000..ca38d5755
--- /dev/null
+++ b/xorg/xorg-glproto/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg proto glproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-glproto
+version=1.4.10
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/glproto-$version.tar.bz2)
+
+build() {
+ cd glproto-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}