2018-07-26 11:42:51 +02:00
|
|
|
|
# Tanım: OpenType biçiminde PostScript yazı tiplerini değiştirme
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# URL: http://www.gust.org.pl/projects/e-foundry/tex-gyre
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler:
|
2018-07-26 11:42:51 +02:00
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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"
|
|
|
|
|
}
|