Added freefont-ttf-20090104 build template.
This commit is contained in:
parent
81d6978f02
commit
655e3ceec9
1 changed files with 24 additions and 0 deletions
24
srcpkgs/freefont-ttf/template
Normal file
24
srcpkgs/freefont-ttf/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'freefont-ttf'
|
||||||
|
pkgname=freefont-ttf
|
||||||
|
version=20090104
|
||||||
|
wrksrc=freefont-${version}
|
||||||
|
distfiles="http://ftp.gnu.org/gnu/freefont/${pkgname}-${version}.tar.gz"
|
||||||
|
build_style=custom-install
|
||||||
|
short_desc="Free family of scalable outline fonts"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=2b8e7164b0c362d5c5e90275b25772514d76d5fda3d54c026445611e467d638e
|
||||||
|
long_desc="
|
||||||
|
GNU FreeFont is a free family of scalable outline fonts, suitable for
|
||||||
|
general use on computers and for desktop publishing. It is Unicode-encoded
|
||||||
|
for compatibility with all modern operating systems."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
|
||||||
|
Add_dependency full font-util
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
install -d ${DESTDIR}/usr/share/fonts/TTF
|
||||||
|
install -m644 ${wrksrc}/*.ttf ${DESTDIR}/usr/share/fonts/TTF
|
||||||
|
}
|
Loading…
Reference in a new issue