2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Büyük Unicode kapsamı olan Serif (Libertine) ve Sans Serif (Biolinum) OpenType fontlar
|
|
|
|
|
# URL: http://linuxlibertine.sourceforge.net/
|
|
|
|
|
# Paketçi: milisarge
|
2018-07-26 12:59:08 +02:00
|
|
|
|
# Gerekler: xorg-libx11 xorg-fontconfig
|
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=ttf-linux-libertine
|
|
|
|
|
surum=5.3.0
|
|
|
|
|
devir=1
|
2018-07-26 12:59:08 +02:00
|
|
|
|
_reldate=2012_07_02
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|
|
|
|
|
|