2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: URW'den gelen Standart Ghostscript Type1 yazı tipleri
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://sourceforge.net/projects/ghostscript
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: xorg-app
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=gsfonts
|
|
|
|
|
surum=8.11
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://downloads.sourceforge.net/ghostscript/ghostscript-fonts-std-$surum.tar.gz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-02-24 01:27:23 +01:00
|
|
|
|
mkdir -p $PKG/usr/lib/X11/fonts/Type1
|
|
|
|
|
install -v -m644 fonts/*.{pfb,pfm,afm} \
|
|
|
|
|
$PKG/usr/lib/X11/fonts/Type1/
|
|
|
|
|
|
|
|
|
|
}
|