blob: 9916757b480da2daafd79ea47f45220cdf932164 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Description: Famille de police ghostscript standard type 1
# URL: http://sourceforge.net/projects/ghostscript
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:
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/
}
|