summaryrefslogtreecommitdiffstats
path: root/gsfonts/Pkgfile
blob: f562d3e24f76636176034273f910042940519494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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: xorg-mkfontdir, xorg-mkfontscale
# Run on: xorg-mkfontdir,xorg-mkfontscale

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/

}