summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xcb-util/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:43 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:43 +0200
commit3616c28d4cd82eccfb68feff060668b8e4ccbd66 (patch)
tree698ca119e5dc20fa76fa2a0a74afeab8f599b931 /xorg/xorg-xcb-util/Pkgfile
parent32d7c285a90f80bb7613c714e484872df09365e3 (diff)
downloadnutyx-extra-3616c28d4cd82eccfb68feff060668b8e4ccbd66.tar.gz
nutyx-extra-3616c28d4cd82eccfb68feff060668b8e4ccbd66.tar.bz2
nutyx-extra-3616c28d4cd82eccfb68feff060668b8e4ccbd66.tar.xz
nutyx-extra-3616c28d4cd82eccfb68feff060668b8e4ccbd66.zip
xorg-xcb-util dans extra
Diffstat (limited to 'xorg/xorg-xcb-util/Pkgfile')
-rw-r--r--xorg/xorg-xcb-util/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/xorg/xorg-xcb-util/Pkgfile b/xorg/xorg-xcb-util/Pkgfile
deleted file mode 100644
index a273cd9fc..000000000
--- a/xorg/xorg-xcb-util/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: XCB utilities library
-# URL: http://xcb.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libxcb gperf
-# Run on: xorg-libxcb,gperf
-
-name=xorg-xcb-util
-version=0.3.6
-release=2
-source=(http://xcb.freedesktop.org/dist/xcb-util-$version.tar.bz2)
-
-build() {
- cd xcb-util-$version
-
- ./configure $XORG_CONFIG
-
- make
- make DESTDIR=$PKG install
-}