diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 22:46:25 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 22:46:25 +0200 |
commit | 0a8e35de0474cd6b8d193d2b2bbfa48092b31e61 (patch) | |
tree | 4ecbf721773bc34757270432924905c20ef12638 /extra/gsfonts/Pkgfile | |
parent | 3be13d3659447964ca4d8594458708a2c21041f2 (diff) | |
download | nutyx-pakxe-0a8e35de0474cd6b8d193d2b2bbfa48092b31e61.tar.gz nutyx-pakxe-0a8e35de0474cd6b8d193d2b2bbfa48092b31e61.tar.bz2 nutyx-pakxe-0a8e35de0474cd6b8d193d2b2bbfa48092b31e61.tar.xz nutyx-pakxe-0a8e35de0474cd6b8d193d2b2bbfa48092b31e61.zip |
Ajout de gsfonts#8.11-1
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/ + +} |