xorg/xorg-font-dejavu-ttf/Pkgfile

23 lines
704 B
Plaintext
Raw Normal View History

# Description: A font family based on the Bitstream Vera Fonts
# URL: http://dejavu-fonts.org
2015-08-26 04:58:44 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig
name=xorg-font-dejavu-ttf
2016-07-26 18:24:31 +02:00
version=2.36
release=1
source=(http://downloads.sourceforge.net/project/dejavu/dejavu/$version/dejavu-fonts-ttf-$version.tar.bz2)
build() {
cd dejavu-fonts-ttf-$version
2015-08-26 04:58:44 +02:00
install -m 0755 -d $PKG/usr/share/fonts/X11/TTF
install -m 0644 -t $PKG/usr/share/fonts/X11/TTF ttf/*.ttf
install -m 0755 -d $PKG/etc/fonts/conf.{d,avail}
install -m 0644 -t $PKG/etc/fonts/conf.avail fontconfig/*.conf
cd $PKG/etc/fonts/conf.d
ln -s ../conf.avail/* .
}