summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxtrap/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxtrap/Pkgfile')
-rw-r--r--xorg/xorg-libxtrap/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/xorg/xorg-libxtrap/Pkgfile b/xorg/xorg-libxtrap/Pkgfile
index 540aca487..bf83cb65b 100644
--- a/xorg/xorg-libxtrap/Pkgfile
+++ b/xorg/xorg-libxtrap/Pkgfile
@@ -1,6 +1,7 @@
# Description: X Trap extension 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-libx11, xorg-libxt, xorg-trapproto, xorg-xextproto, xorg-libxext
# Run on: xorg-libx11,xorg-libxt,xorg-trapproto,xorg-xextproto,xorg-libxext
@@ -11,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXTrap-$version.ta
build() {
cd libXTrap-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}