diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:13:46 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:13:46 +0100 |
commit | db24b3b0a2e7fd0b92f4c2f8dc219db39f2c3b90 (patch) | |
tree | 0e4c59f38255857b1261b9ffb46cdb6c54faff92 /xorg/xorg-libxi/Pkgfile | |
parent | d191fb09ca59c283fa313061ff6eb86024c0f441 (diff) | |
download | nutyx-pakxe-db24b3b0a2e7fd0b92f4c2f8dc219db39f2c3b90.tar.gz nutyx-pakxe-db24b3b0a2e7fd0b92f4c2f8dc219db39f2c3b90.tar.bz2 nutyx-pakxe-db24b3b0a2e7fd0b92f4c2f8dc219db39f2c3b90.tar.xz nutyx-pakxe-db24b3b0a2e7fd0b92f4c2f8dc219db39f2c3b90.zip |
maj xorg-libxi#1.3-1
Diffstat (limited to 'xorg/xorg-libxi/Pkgfile')
-rw-r--r-- | xorg/xorg-libxi/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xorg/xorg-libxi/Pkgfile b/xorg/xorg-libxi/Pkgfile index d0bf6b6db..d62e17aef 100644 --- a/xorg/xorg-libxi/Pkgfile +++ b/xorg/xorg-libxi/Pkgfile @@ -1,6 +1,7 @@ # Description: X Input client library # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-inputproto name=xorg-libxi @@ -11,8 +12,9 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXi-$version.tar.b build() { cd libXi-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install + rm -r $PKG/usr/share } |