diff options
Diffstat (limited to 'repo/xcb-util-wm')
-rw-r--r-- | repo/xcb-util-wm/xcb-util-wm.xibuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/repo/xcb-util-wm/xcb-util-wm.xibuild b/repo/xcb-util-wm/xcb-util-wm.xibuild new file mode 100644 index 0000000..7180dec --- /dev/null +++ b/repo/xcb-util-wm/xcb-util-wm.xibuild @@ -0,0 +1,18 @@ +#!/bin/sh + +MAKEDEPS="make" +DEPS="xcb-util" + +PKG_VER=0.4.1 +SOURCE=https://xcb.freedesktop.org/dist/xcb-util-wm-$PKG_VER.tar.bz2 + +DESC="Utility libraries for XC Binding, with client and window-manager helpers" + +build () { + ./configure $XORG_CONFIG && + make +} + +package () { + make DESTDIR=$PKG_DEST install +} |