milis/talimatname/genel/gsfonts/talimat

17 lines
436 B
Plaintext
Raw Normal View History

2017-03-24 12:50:13 +01:00
# Description: URW'den gelen Standart Ghostscript Type1 yazı tipleri
2016-02-24 01:27:23 +01:00
# URL: http://sourceforge.net/projects/ghostscript
2016-06-02 11:28:24 +02:00
# Packager: milisarge
2017-01-31 01:37:09 +01:00
# Depends on: 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)
build() {
mkdir -p $PKG/usr/lib/X11/fonts/Type1
install -v -m644 fonts/*.{pfb,pfm,afm} \
$PKG/usr/lib/X11/fonts/Type1/
}