milis/talimatname/genel/d/dejavu-ttf/talimat

16 lines
420 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: Vera font ailesi ek karakterlerle türemiştir
# URL: http://dejavu.sourceforge.net/
# Paketçi: milisarge
# Gerekler: xorg-libx11,xorg-fontconfig
isim=dejavu-ttf
surum=2.35
devir=1
kaynak=(http://downloads.sourceforge.net/dejavu/dejavu-fonts-ttf-$surum.tar.bz2)
derle() {
cd dejavu-fonts-ttf-$surum/ttf
install -v -d -m755 $PKG/usr/share/fonts/dejavu
install -v -m644 *.ttf $PKG/usr/share/fonts/dejavu
}