summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xcb-util/Pkgfile
diff options
context:
space:
mode:
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
-}