summaryrefslogtreecommitdiffstats
path: root/xorg-bigreqsproto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-bigreqsproto/Pkgfile')
-rw-r--r--xorg-bigreqsproto/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-bigreqsproto/Pkgfile b/xorg-bigreqsproto/Pkgfile
new file mode 100644
index 000000000..9e26d38c5
--- /dev/null
+++ b/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
+}