diff options
Diffstat (limited to 'xorg/xorg-libxcb/Pkgfile')
-rw-r--r-- | xorg/xorg-libxcb/Pkgfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/xorg/xorg-libxcb/Pkgfile b/xorg/xorg-libxcb/Pkgfile index c8c762f42..05f764c14 100644 --- a/xorg/xorg-libxcb/Pkgfile +++ b/xorg/xorg-libxcb/Pkgfile @@ -1,20 +1,18 @@ # Description: XCB library # URL: http://xcb.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team # Packagger: thierryn1 at hispeed dot ch # Depends on: xorg-xcb-proto, xorg-libxdmcp, xorg-libxau, libxslt, libpthread-stubs # Run on: xorg-libxdmcp,xorg-libxau,libxslt,libpthread-stubs name=xorg-libxcb version=1.7 -release=1 +release=3 source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2) build() { cd libxcb-$version - - PYTHON=python2 ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install |