summaryrefslogtreecommitdiffstats
path: root/xorg-libxcb/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxcb/Pkgfile.old')
-rw-r--r--xorg-libxcb/Pkgfile.old20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg-libxcb/Pkgfile.old b/xorg-libxcb/Pkgfile.old
new file mode 100644
index 0000000..0732185
--- /dev/null
+++ b/xorg-libxcb/Pkgfile.old
@@ -0,0 +1,20 @@
+# Description: XCB library
+# URL: http://xcb.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-xcb-proto, xorg-libxdmcp, xorg-libxau, libxslt, libpthread-stubs
+
+name=xorg-libxcb
+version=1.7
+release=1
+source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)
+
+build() {
+ cd libxcb-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -rf $PKG/usr/share
+}