summaryrefslogtreecommitdiffstats
path: root/xorg-xextproto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xextproto/Pkgfile')
-rw-r--r--xorg-xextproto/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/xorg-xextproto/Pkgfile b/xorg-xextproto/Pkgfile
new file mode 100644
index 000000000..e37f630a8
--- /dev/null
+++ b/xorg-xextproto/Pkgfile
@@ -0,0 +1,19 @@
+# Description: xorg proto xextproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: docbook-xsl
+# Run on:
+
+name=xorg-xextproto
+version=7.2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/xextproto-$version.tar.bz2)
+
+build() {
+ cd xextproto-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/$XORG_PREFIX/share
+}