summaryrefslogtreecommitdiffstats
path: root/main/font-ibm-type1/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-26 07:34:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-26 07:34:29 +0000
commitb4101ca5604e3439d85d41769482ce1a3195643a (patch)
treed3abef6ee1e855b31fd922367a218ac11c073915 /main/font-ibm-type1/APKBUILD
parent0a7a9126d25ef8e8e629ca9d3950464bfce2e93c (diff)
main/font-*-type1: build fix
disable the font cache
Diffstat (limited to 'main/font-ibm-type1/APKBUILD')
-rw-r--r--main/font-ibm-type1/APKBUILD12
1 files changed, 10 insertions, 2 deletions
diff --git a/main/font-ibm-type1/APKBUILD b/main/font-ibm-type1/APKBUILD
index 34a9e264415..51a81861c76 100644
--- a/main/font-ibm-type1/APKBUILD
+++ b/main/font-ibm-type1/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=font-ibm-type1
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="X.org ibm Type1 fonts"
url="http://xorg.freedesktop.org/"
license="custom"
@@ -16,7 +16,15 @@ build() {
--with-mapfiles=/usr/share/fonts/util \
--with-fontdir=/usr/share/fonts/Type1
make || return 1
- make -j1 DESTDIR="$pkgdir" MKFONTDIR=: MKFONTSCALE=: install || return 1
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make -j1 DESTDIR="$pkgdir" \
+ MKFONTDIR=: \
+ MKFONTSCALE=: \
+ FCCACHE=: \
+ install || return 1
}
md5sums="8e8733051371e2b51123376b49f5d3ea font-ibm-type1-1.0.0.tar.bz2"