summaryrefslogtreecommitdiffstats
path: root/extra/xorg-libxtrap/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
commit8fc78ca9156b6688b72e3d26114f44f8cc7059f7 (patch)
tree4227ae2ae2ae1ec0584640413339d27662103885 /extra/xorg-libxtrap/Pkgfile
parenta76d97b188adecad9987681c2159f3bd7f802cc5 (diff)
downloadnutyx-extra-8fc78ca9156b6688b72e3d26114f44f8cc7059f7.tar.gz
nutyx-extra-8fc78ca9156b6688b72e3d26114f44f8cc7059f7.tar.bz2
nutyx-extra-8fc78ca9156b6688b72e3d26114f44f8cc7059f7.tar.xz
nutyx-extra-8fc78ca9156b6688b72e3d26114f44f8cc7059f7.zip
xorg-libxtrap dans extra
Diffstat (limited to 'extra/xorg-libxtrap/Pkgfile')
-rw-r--r--extra/xorg-libxtrap/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/xorg-libxtrap/Pkgfile b/extra/xorg-libxtrap/Pkgfile
new file mode 100644
index 000000000..bf83cb65b
--- /dev/null
+++ b/extra/xorg-libxtrap/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X Trap extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11, xorg-libxt, xorg-trapproto, xorg-xextproto, xorg-libxext
+# Run on: xorg-libx11,xorg-libxt,xorg-trapproto,xorg-xextproto,xorg-libxext
+
+name=xorg-libxtrap
+version=1.0.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXTrap-$version.tar.bz2)
+
+build() {
+ cd libXTrap-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}