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