diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:47:52 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:47:52 +0100 |
commit | 4f3b5c5658ce0760a0f5b9c3c325c8c5c3f534db (patch) | |
tree | 5f0acb67ddba94722501d834057b4808dc5671c8 /xorg/xorg-libxi/Pkgfile | |
parent | 1f05f6d931127bf16a537df671d803f99c36170f (diff) | |
download | nutyx-extra-4f3b5c5658ce0760a0f5b9c3c325c8c5c3f534db.tar.gz nutyx-extra-4f3b5c5658ce0760a0f5b9c3c325c8c5c3f534db.tar.bz2 nutyx-extra-4f3b5c5658ce0760a0f5b9c3c325c8c5c3f534db.tar.xz nutyx-extra-4f3b5c5658ce0760a0f5b9c3c325c8c5c3f534db.zip |
Ajout de xorg-libxi#1.2.1-1
Diffstat (limited to 'xorg/xorg-libxi/Pkgfile')
-rw-r--r-- | xorg/xorg-libxi/Pkgfile | 18 |
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 +} |