summaryrefslogtreecommitdiffstats
path: root/extra/xorg-libxtst/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:41 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:41 +0200
commit8774f4de95386c8dbb6fc32e7afe6af57ec8853f (patch)
treefda0ca02ae99862a9176441b5fb9f4bffbee2f60 /extra/xorg-libxtst/Pkgfile
parent8fc78ca9156b6688b72e3d26114f44f8cc7059f7 (diff)
downloadnutyx-extra-8774f4de95386c8dbb6fc32e7afe6af57ec8853f.tar.gz
nutyx-extra-8774f4de95386c8dbb6fc32e7afe6af57ec8853f.tar.bz2
nutyx-extra-8774f4de95386c8dbb6fc32e7afe6af57ec8853f.tar.xz
nutyx-extra-8774f4de95386c8dbb6fc32e7afe6af57ec8853f.zip
xorg-libxtst dans extra
Diffstat (limited to 'extra/xorg-libxtst/Pkgfile')
-rw-r--r--extra/xorg-libxtst/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xorg-libxtst/Pkgfile b/extra/xorg-libxtst/Pkgfile
new file mode 100644
index 000000000..95e2a4f55
--- /dev/null
+++ b/extra/xorg-libxtst/Pkgfile
@@ -0,0 +1,19 @@
+# Description: xorg lib libXtst
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11, xorg-libxext, xorg-recordproto, xorg-inputproto, xorg-libxi
+# Run on: xorg-libx11,xorg-libxext,xorg-libxi
+
+name=xorg-libxtst
+version=1.2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar.bz2)
+
+build() {
+ cd libXtst-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share
+}