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

16 lines
428 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
name=dejavu-ttf
version=2.35
release=1
source=(http://downloads.sourceforge.net/dejavu/dejavu-fonts-ttf-$version.tar.bz2)
build() {
cd dejavu-fonts-ttf-$version/ttf
install -v -d -m755 $PKG/usr/share/fonts/dejavu
install -v -m644 *.ttf $PKG/usr/share/fonts/dejavu
}