summaryrefslogtreecommitdiffstats
path: root/xorg-libxcb/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-30 16:42:06 +0200
committerpiernov <piernov@piernov.org>2012-04-30 16:42:06 +0200
commit5f914a566e420428ebe36b24a0588751b1865ba9 (patch)
tree8de34d4d41392993e31137c41e890505fd266273 /xorg-libxcb/Pkgfile
parenta64fd1c7d2797b74b3d6542997958c2e3aa3a469 (diff)
parentbfbc76745ec8978b51bad9d8c057c75694f93f62 (diff)
downloadnutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.tar.gz
nutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.tar.bz2
nutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.tar.xz
nutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.zip
Merge http://kiao.no-ip.info/NuTyX/git/nutyx-extra
Diffstat (limited to 'xorg-libxcb/Pkgfile')
-rw-r--r--xorg-libxcb/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg-libxcb/Pkgfile b/xorg-libxcb/Pkgfile
deleted file mode 100644
index 17785610c..000000000
--- a/xorg-libxcb/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: XCB library
-# URL: http://xcb.freedesktop.org
-# Maintainer: cgit.freedesktop.org
-# 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.8.1
-release=1
-source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
-
-build() {
- cd libxcb-$version
- PYTHON=/usr/bin/python2 ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-
- rm -rf $PKG/usr/share
-}