summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxtst/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxtst/Pkgfile')
-rw-r--r--xorg/xorg-libxtst/Pkgfile10
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
}