1234567891011121314151617 |
- # Description: URW'den gelen Standart Ghostscript Type1 yazı tipleri
- # URL: http://sourceforge.net/projects/ghostscript
- # Packager: milisarge
- # Depends on: xorg-app
- 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/
- }
|