diff options
Diffstat (limited to 'x11/font-bh-ttf/APKBUILD')
-rw-r--r-- | x11/font-bh-ttf/APKBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/font-bh-ttf/APKBUILD b/x11/font-bh-ttf/APKBUILD deleted file mode 100644 index 31cd28b6a..000000000 --- a/x11/font-bh-ttf/APKBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=font-bh-ttf -pkgver=1.0.0 -pkgrel=1 -pkgdesc="X.org bh TTF fonts" -url="http://xorg.freedesktop.org/" -license="custom" -depends="encodings font-alias mkfontscale mkfontdir fontconfig" -makedepends="pkgconfig font-util-dev bdftopcf" -install= -source="http://xorg.freedesktop.org/releases/individual/font/$pkgname-$pkgver.tar.bz2" - -build() { - cd "$srcdir"/$pkgname-$pkgver - ./configure --prefix=/usr \ - --with-mapfiles=/usr/share/fonts/util \ - --with-fontdir=/usr/share/fonts/TTF - make || return 1 - make -j1 DESTDIR="$pkgdir" MKFONTDIR=: MKFONTSCALE=: install || return 1 -} - -md5sums="ad43cf739b3d46ba1e7dc778a0608a52 font-bh-ttf-1.0.0.tar.bz2" |