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