diff options
Diffstat (limited to 'repo/x11/xcursorgen')
-rw-r--r-- | repo/x11/xcursorgen/xcursorgen.xibuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/x11/xcursorgen/xcursorgen.xibuild b/repo/x11/xcursorgen/xcursorgen.xibuild deleted file mode 100644 index 13c14a0..0000000 --- a/repo/x11/xcursorgen/xcursorgen.xibuild +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make asciidoc xmlto" -DEPS="libpng mesa xbitmaps xcb-util pam" - -PKG_VER=1.0.7 -SOURCE=https://www.x.org/pub/individual/app/xcursorgen-$PKG_VER.tar.bz2 - -build () { - ./configure $XORG_CONFIG - make -} - -package () { - make DESTDIR=$PKG_DEST install -} |