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
|
|
|
|
|
|
|
|
|
name=gsfonts
|
|
|
|
|
version=8.11
|
|
|
|
|
release=1
|
|
|
|
|
source=(http://downloads.sourceforge.net/ghostscript/ghostscript-fonts-std-$version.tar.gz)
|
|
|
|
|
|
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/
|
|
|
|
|
|
|
|
|
|
}
|