milis/talimatname/genel/freefont-ttf/talimat

17 lines
458 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.

# Description: Unicode karakter setini kapsayan ücretsiz anahat yazı tipleri seti
# URL: http://www.nongnu.org/freefont/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: xorg-server
name=freefont-ttf
version=20120503
release=1
source=(http://ftp.gnu.org/gnu/freefont/$name-$version.zip)
build() {
cd freefont-$version
install -v -d -m755 $PKG/usr/share/fonts/freefont
install -v -m644 *.ttf $PKG/usr/share/fonts/freefont/
}