summaryrefslogtreecommitdiffstats
path: root/xorg-xcb-util/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xcb-util/Pkgfile')
-rw-r--r--xorg-xcb-util/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-xcb-util/Pkgfile b/xorg-xcb-util/Pkgfile
new file mode 100644
index 0000000..35029cb
--- /dev/null
+++ b/xorg-xcb-util/Pkgfile
@@ -0,0 +1,17 @@
+description="XCB utilities library"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xcb.freedesktop.org"
+depends=(xorg-libxcb gperf)
+
+name=xorg-xcb-util
+version=0.3.6
+release=1
+source=(http://xcb.freedesktop.org/dist/xcb-util-0.3.6.tar.bz2)
+build ()
+{
+ cd xcb-util-$version;
+ ./configure --prefix=/usr;
+ make;
+ make DESTDIR=$PKG install
+}