123456789101112131415161718 |
- # Tanım: URW'den gelen Standart Ghostscript Type1 yazı tipleri
- # URL: http://sourceforge.net/projects/ghostscript
- # Paketçi: milisarge
- # Gerekler: xorg-app
- # Grup: sistem
- isim=gsfonts
- surum=8.11
- devir=1
- kaynak=(http://downloads.sourceforge.net/ghostscript/ghostscript-fonts-std-$surum.tar.gz)
- derle() {
- mkdir -p $PKG/usr/lib/X11/fonts/Type1
- install -v -m644 fonts/*.{pfb,pfm,afm} \
- $PKG/usr/lib/X11/fonts/Type1/
- }
|