summaryrefslogtreecommitdiff
path: root/repo/x11/xcursor-themes/xcursor-themes.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/xcursor-themes/xcursor-themes.xibuild')
-rw-r--r--repo/x11/xcursor-themes/xcursor-themes.xibuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/repo/x11/xcursor-themes/xcursor-themes.xibuild b/repo/x11/xcursor-themes/xcursor-themes.xibuild
deleted file mode 100644
index 66127ce..0000000
--- a/repo/x11/xcursor-themes/xcursor-themes.xibuild
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make"
-DEPS="xorg-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
-}