2011-10-26 00:21:14 +02:00
|
|
|
# Template build file for 'liberation-fonts-ttf'.
|
|
|
|
pkgname=liberation-fonts-ttf
|
2012-08-07 23:27:08 +02:00
|
|
|
version=2.00.0
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2012-08-07 23:27:08 +02:00
|
|
|
fulldepends="font-util"
|
2011-10-26 00:21:14 +02:00
|
|
|
short_desc="TrueType fonts from RedHat"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2, ${pkgname}"
|
2012-08-07 23:27:08 +02:00
|
|
|
homepage="http://www.redhat.com/promo/fonts/"
|
|
|
|
distfiles="https://fedorahosted.org/releases/l/i/liberation-fonts/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=3b7214e7352b8e4990c71018031ecb0f40d6793f140d7a956d7345997c8c5100
|
2011-10-26 00:21:14 +02:00
|
|
|
long_desc="
|
|
|
|
On May 9, 2007, Red Hat announced the public release of these fonts
|
|
|
|
under the trademark LIBERATION at the Red Hat Summit. There are three
|
|
|
|
sets: Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L,
|
|
|
|
and Bitstream Vera Sans), Serif (a substitute for Times New Roman,
|
|
|
|
Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono (a
|
|
|
|
substitute for Courier New, Cumberland, Courier, Nimbus Mono L,
|
|
|
|
and Bitstream Vera Sans Mono)."
|
|
|
|
|
|
|
|
noarch=yes
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmkdir usr/share/fonts/TTF
|
|
|
|
install -m644 *.ttf ${DESTDIR}/usr/share/fonts/TTF
|
2012-08-07 23:27:08 +02:00
|
|
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
2011-10-26 00:21:14 +02:00
|
|
|
}
|