diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:20:16 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:20:16 +0100 |
commit | 11469ffe676d8be1643e874af04b402c301186ef (patch) | |
tree | eb5490de8936cfe67515ec7b83dcaf657e0311a0 /xorg/xorg-libxtst/Pkgfile | |
parent | 6c25504cae3b10d7c31fd125fadb2bbeb15d0652 (diff) | |
download | nutyx-extra-11469ffe676d8be1643e874af04b402c301186ef.tar.gz nutyx-extra-11469ffe676d8be1643e874af04b402c301186ef.tar.bz2 nutyx-extra-11469ffe676d8be1643e874af04b402c301186ef.tar.xz nutyx-extra-11469ffe676d8be1643e874af04b402c301186ef.zip |
maj xorg-libxtst#1.1.0-1
Diffstat (limited to 'xorg/xorg-libxtst/Pkgfile')
-rw-r--r-- | xorg/xorg-libxtst/Pkgfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/xorg/xorg-libxtst/Pkgfile b/xorg/xorg-libxtst/Pkgfile index 6921819da..08332697c 100644 --- a/xorg/xorg-libxtst/Pkgfile +++ b/xorg/xorg-libxtst/Pkgfile @@ -1,18 +1,20 @@ # Description: xorg lib libXtst # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: xorg-libx11, xorg-libxext, xorg-recordproto, xorg-inputproto +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-libx11, xorg-libxext, xorg-recordproto, xorg-inputproto, xorg-libxi name=xorg-libxtst -version=1.0.3 +version=1.1.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar.bz2) build() { cd libXtst-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install + rm -r $PKG/usr/share } |