summaryrefslogtreecommitdiffstats
path: root/xorg-xcb-util-image/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xcb-util-image/Pkgfile')
-rw-r--r--xorg-xcb-util-image/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/xorg-xcb-util-image/Pkgfile b/xorg-xcb-util-image/Pkgfile
new file mode 100644
index 000000000..511e84cab
--- /dev/null
+++ b/xorg-xcb-util-image/Pkgfile
@@ -0,0 +1,20 @@
+# 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-image
+version=0.3.9
+release=1
+source=(http://xcb.freedesktop.org/dist/xcb-util-image-$version.tar.bz2)
+
+build() {
+ cd xcb-util-image-$version
+
+ ./configure $XORG_CONFIG
+
+ make
+ make DESTDIR=$PKG install
+}