summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxi/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:47:52 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:47:52 +0100
commit4f3b5c5658ce0760a0f5b9c3c325c8c5c3f534db (patch)
tree5f0acb67ddba94722501d834057b4808dc5671c8 /xorg/xorg-libxi/Pkgfile
parent1f05f6d931127bf16a537df671d803f99c36170f (diff)
downloadnutyx-pakxe-4f3b5c5658ce0760a0f5b9c3c325c8c5c3f534db.tar.gz
nutyx-pakxe-4f3b5c5658ce0760a0f5b9c3c325c8c5c3f534db.tar.bz2
nutyx-pakxe-4f3b5c5658ce0760a0f5b9c3c325c8c5c3f534db.tar.xz
nutyx-pakxe-4f3b5c5658ce0760a0f5b9c3c325c8c5c3f534db.zip
Ajout de xorg-libxi#1.2.1-1
Diffstat (limited to 'xorg/xorg-libxi/Pkgfile')
-rw-r--r--xorg/xorg-libxi/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxi/Pkgfile b/xorg/xorg-libxi/Pkgfile
new file mode 100644
index 000000000..82c6af8b0
--- /dev/null
+++ b/xorg/xorg-libxi/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X Input client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-inputproto
+
+name=xorg-libxi
+version=1.2.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXi-$version.tar.bz2)
+
+build() {
+ cd libXi-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}