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