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