summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxkbui
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 18:18:20 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 18:18:20 +0100
commit4f5399ebadf6cb48b78a079d937bef14281e9e0c (patch)
tree4d662ca0d384ddf9043dfddf2dd9e471c8601a3d /xorg/xorg-libxkbui
parentdfd685e9140e6691bdd3afc3f8f98d2db0d8c924 (diff)
downloadnutyx-pakxe-4f5399ebadf6cb48b78a079d937bef14281e9e0c.tar.gz
nutyx-pakxe-4f5399ebadf6cb48b78a079d937bef14281e9e0c.tar.bz2
nutyx-pakxe-4f5399ebadf6cb48b78a079d937bef14281e9e0c.tar.xz
nutyx-pakxe-4f5399ebadf6cb48b78a079d937bef14281e9e0c.zip
xorg, ports adaptés
Diffstat (limited to 'xorg/xorg-libxkbui')
-rw-r--r--xorg/xorg-libxkbui/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/xorg/xorg-libxkbui/Pkgfile b/xorg/xorg-libxkbui/Pkgfile
index 19d633ce2..0a46835de 100644
--- a/xorg/xorg-libxkbui/Pkgfile
+++ b/xorg/xorg-libxkbui/Pkgfile
@@ -1,6 +1,7 @@
# Description: xorg lib libxkbui
# 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-libxkbfile
# Run on: xorg-libx11,xorg-libxt,xorg-libxkbfile
@@ -11,9 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libxkbui-$version.ta
build() {
cd libxkbui-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}