diff options
author | sibel <lesibel@free.fr> | 2011-03-11 18:24:44 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-11 18:24:44 +0100 |
commit | eeaacc38c604d806de49c4f8390d3f7bbb11e5f7 (patch) | |
tree | d0a0a4296e0f8f5e42a20f8eb1834da6581ccd67 /xorg/xorg-libxkbui/Pkgfile | |
parent | 64a31042f2ee5de53452cf573dcf1bc664e0c3d1 (diff) | |
parent | 8a55b750f89c7c139b5fc75d888841a4991cde7c (diff) | |
download | nutyx-pakxe-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.tar.gz nutyx-pakxe-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.tar.bz2 nutyx-pakxe-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.tar.xz nutyx-pakxe-eeaacc38c604d806de49c4f8390d3f7bbb11e5f7.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
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 } |