summaryrefslogtreecommitdiff
path: root/repo/x11/xcursor-themes
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/xcursor-themes')
-rw-r--r--repo/x11/xcursor-themes/xcursor-themes.xibuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/repo/x11/xcursor-themes/xcursor-themes.xibuild b/repo/x11/xcursor-themes/xcursor-themes.xibuild
new file mode 100644
index 0000000..f3ecb0b
--- /dev/null
+++ b/repo/x11/xcursor-themes/xcursor-themes.xibuild
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+MAKEDEPS="make"
+DEPS="util-macros xcb-util xcursorgen"
+
+PKG_VER=1.0.6
+SOURCE=https://www.x.org/pub/individual/data/xcursor-themes-$PKG_VER.tar.bz2
+
+DESC="Cursor themes for X.Org"
+
+build () {
+ ./configure $XORG_CONFIG
+ make
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+}