milis/talimatname/genel/t/ttf-linux-libertine/talimat

24 lines
725 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Büyük Unicode kapsamı olan Serif (Libertine) ve Sans Serif (Biolinum) OpenType fontlar
# URL: http://linuxlibertine.sourceforge.net/
# Paketçi: milisarge
# Gerekler: xorg-libx11 xorg-fontconfig
# Grup: sistem
isim=ttf-linux-libertine
surum=5.3.0
devir=1
_reldate=2012_07_02
kaynak=("http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${surum}/LinLibertine"{TTF,OTF}"_${surum}_${_reldate}.tgz")
derle() {
cd $SRC
install -dm755 $PKG/usr/share/fonts/{OTF,TTF}
install -m644 *.ttf $PKG/usr/share/fonts/TTF
install -m644 *.otf $PKG/usr/share/fonts/OTF
install -Dm644 OFL-1.1.txt $PKG/usr/share/licenses/$isim/LICENSE
install -Dm644 LICENCE.txt $PKG/usr/share/licenses/$isim/README
}