summaryrefslogtreecommitdiffstats
path: root/xorg-libxcb/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 18:00:38 +0200
committertnut <tnut at nutyx dot org>2012-04-03 18:00:38 +0200
commite9ef802a013ac393a057134f1fdaad745aa38573 (patch)
tree456fbbdf9f1d214f1e1b02d744214ccfa128dcd8 /xorg-libxcb/Pkgfile
parent3adfb88f09f6b015bb071ba65190d69afde8db21 (diff)
downloadnutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.gz
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.bz2
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.xz
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.zip
xorg dans nutyx-pakxe , la base
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 1a2a81776..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.7
-release=3
-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
-}