summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxcb/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-10 19:18:12 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-10 19:18:12 +0100
commit578a5fdf27a127ef87daba70ea7d2c5232d289d3 (patch)
tree577173b9c3e0bb4d57f2041c4651cdbcfa30c5dc /xorg/xorg-libxcb/Pkgfile
parentd74c568da87649d8df73bdffdfef4b58352d9b56 (diff)
parentaddeaacfaba61a054e6629a89f6358d8bd2b675a (diff)
downloadnutyx-pakxe-578a5fdf27a127ef87daba70ea7d2c5232d289d3.tar.gz
nutyx-pakxe-578a5fdf27a127ef87daba70ea7d2c5232d289d3.tar.bz2
nutyx-pakxe-578a5fdf27a127ef87daba70ea7d2c5232d289d3.tar.xz
nutyx-pakxe-578a5fdf27a127ef87daba70ea7d2c5232d289d3.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'xorg/xorg-libxcb/Pkgfile')
-rw-r--r--xorg/xorg-libxcb/Pkgfile8
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