diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:40 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:40 +0200 |
commit | 2c70830307a0062beda9edc47cd4b712cdb082be (patch) | |
tree | 587ccf50942a5dbb61c4e10cec28b2a9d3f9730c /extra/xorg-libxi/Pkgfile | |
parent | 7eeb0370f6784c972b019133e7d00157f5cf0f50 (diff) | |
download | nutyx-pakxe-2c70830307a0062beda9edc47cd4b712cdb082be.tar.gz nutyx-pakxe-2c70830307a0062beda9edc47cd4b712cdb082be.tar.bz2 nutyx-pakxe-2c70830307a0062beda9edc47cd4b712cdb082be.tar.xz nutyx-pakxe-2c70830307a0062beda9edc47cd4b712cdb082be.zip |
xorg-libxi dans extra
Diffstat (limited to 'extra/xorg-libxi/Pkgfile')
-rw-r--r-- | extra/xorg-libxi/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xorg-libxi/Pkgfile b/extra/xorg-libxi/Pkgfile new file mode 100644 index 000000000..a253a06d1 --- /dev/null +++ b/extra/xorg-libxi/Pkgfile @@ -0,0 +1,19 @@ +# Description: X Input client library +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-inputproto +# Run on: xorg-libx11,xorg-libxext + +name=xorg-libxi +version=1.4.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXi-$version.tar.bz2) + +build() { + cd libXi-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share +} |