diff options
Diffstat (limited to 'extra/gsfonts/Pkgfile')
-rw-r--r-- | extra/gsfonts/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/gsfonts/Pkgfile b/extra/gsfonts/Pkgfile new file mode 100644 index 000000000..9916757b4 --- /dev/null +++ b/extra/gsfonts/Pkgfile @@ -0,0 +1,17 @@ +# Description: Famille de police ghostscript standard type 1 +# URL: http://sourceforge.net/projects/ghostscript +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=gsfonts +version=8.11 +release=1 +source=(http://downloads.sourceforge.net/ghostscript/ghostscript-fonts-std-$version.tar.gz) + +build() { + mkdir -p $PKG/usr/lib/X11/fonts/Type1 + install -v -m644 fonts/*.{pfb,pfm,afm} \ + $PKG/usr/lib/X11/fonts/Type1/ + +} |