# Tanım: Substitute PostScript fonts in OpenType format
# URL: http://www.gust.org.pl/projects/e-foundry/tex-gyre
# Paketçi: milisarge
# Gerekler: 

isim=tex-gyre-fonts
surum=2.005
devir=1
kaynak=(http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-${surum}otf.zip
		http://www.gust.org.pl/projects/e-foundry/tex-gyre/../licenses/GUST-FONT-LICENSE.txt)

derle() {
	install -d "$PKG/usr/share/fonts/${name%-fonts}"
	install -t "$PKG/usr/share/fonts/${name%-fonts}" -m644 *.otf
	install -Dm644 GUST-FONT-LICENSE.txt "$PKG/usr/share/licenses/$isim/LICENSE"
}
