milis/talimatname/genel/g/gsfonts/talimat

17 lines
423 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: URW'den gelen Standart Ghostscript Type1 yazı tipleri
# URL: http://sourceforge.net/projects/ghostscript
# Paketçi: milisarge
# Gerekler: xorg-app
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/
}