summaryrefslogtreecommitdiff
path: root/repo/xbitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'repo/xbitmaps')
-rw-r--r--repo/xbitmaps/xbitmaps.xibuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/repo/xbitmaps/xbitmaps.xibuild b/repo/xbitmaps/xbitmaps.xibuild
new file mode 100644
index 0000000..cb7b0f8
--- /dev/null
+++ b/repo/xbitmaps/xbitmaps.xibuild
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+MAKEDEPS="make"
+DEPS="xorg-util-macros"
+
+PKG_VER=1.1.2
+SOURCE=https://www.x.org/pub/individual/data/xbitmaps-$PKG_VER.tar.bz2
+
+DESC="Bitmaps for xorg"
+
+build () {
+ ./configure $XORG_CONFIG
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+}