diff options
Diffstat (limited to 'xorg/xorg-libxkbui/Pkgfile')
-rw-r--r-- | xorg/xorg-libxkbui/Pkgfile | 7 |
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 } |