From 2adae01fb7af43436f1dd8fec6a8446ffe24e456 Mon Sep 17 00:00:00 2001 From: Cameron Banta Date: Sun, 7 Mar 2010 18:40:02 +0000 Subject: new aport: ghostscript-fonts Fonts and font metrics distributed with Ghostscript http://gs-fonts.sourceforge.net/ ref #309 --- main/ghostscript-fonts/APKBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 main/ghostscript-fonts/APKBUILD (limited to 'main/ghostscript-fonts') diff --git a/main/ghostscript-fonts/APKBUILD b/main/ghostscript-fonts/APKBUILD new file mode 100644 index 0000000000..5a2de148b9 --- /dev/null +++ b/main/ghostscript-fonts/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: Cameron Banta +# Maintainer: Cameron Banta +pkgname=ghostscript-fonts +_pkgname=ghostscript-fonts-std +pkgver=8.11 +pkgrel=0 +pkgdesc="Fonts and font metrics distributed with Ghostscript" +url="http://gs-fonts.sourceforge.net/" +license="GPL" +source="http://downloads.sourceforge.net/gs-fonts/$_pkgname-$pkgver.tar.gz" + +build(){ + echo +} + +package() { + cd "$srcdir/fonts" + mkdir -p "$pkgdir/usr/share/fonts/Type1/" + cp * "$pkgdir/usr/share/fonts/Type1/" +} + +md5sums="6865682b095f8c4500c54b285ff05ef6 ghostscript-fonts-std-8.11.tar.gz" -- cgit v1.2.3