talimat 436 B

1234567891011121314151617
  1. # Description: URW'den gelen Standart Ghostscript Type1 yazı tipleri
  2. # URL: http://sourceforge.net/projects/ghostscript
  3. # Packager: milisarge
  4. # Depends on: xorg-app
  5. name=gsfonts
  6. version=8.11
  7. release=1
  8. source=(http://downloads.sourceforge.net/ghostscript/ghostscript-fonts-std-$version.tar.gz)
  9. build() {
  10. mkdir -p $PKG/usr/lib/X11/fonts/Type1
  11. install -v -m644 fonts/*.{pfb,pfm,afm} \
  12. $PKG/usr/lib/X11/fonts/Type1/
  13. }