aboutsummaryrefslogtreecommitdiffstats
path: root/x11/font-adobe-utopia-75dpi
diff options
context:
space:
mode:
Diffstat (limited to 'x11/font-adobe-utopia-75dpi')
-rw-r--r--x11/font-adobe-utopia-75dpi/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/font-adobe-utopia-75dpi/APKBUILD b/x11/font-adobe-utopia-75dpi/APKBUILD
deleted file mode 100644
index 9ef0813a7e..0000000000
--- a/x11/font-adobe-utopia-75dpi/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=font-adobe-utopia-75dpi
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="X.org adobe 75dpi font"
-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/75dpi
- make || return 1
- make -j1 DESTDIR="$pkgdir" MKFONTDIR=: MKFONTSCALE=: install || return 1
-}
-
-md5sums="dd912284e4750023f9682812532fa033 font-adobe-utopia-75dpi-1.0.1.tar.bz2"