freefont-ttf: re-add font_dirs (removed accidentally).
This commit is contained in:
parent
18f1f5f35e
commit
987bee940e
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'freefont-ttf'
|
# Template file for 'freefont-ttf'
|
||||||
pkgname=freefont-ttf
|
pkgname=freefont-ttf
|
||||||
version=20120503
|
version=20120503
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc=freefont-${version}
|
wrksrc=freefont-${version}
|
||||||
makedepends="unzip"
|
makedepends="unzip"
|
||||||
|
@ -13,6 +13,8 @@ license="GPL-2"
|
||||||
distfiles="http://ftp.gnu.org/gnu/freefont/${pkgname}-${version}.zip"
|
distfiles="http://ftp.gnu.org/gnu/freefont/${pkgname}-${version}.zip"
|
||||||
checksum=7c85baf1bf82a1a1845d1322112bc6ca982221b484e3b3925022e25b5cae89af
|
checksum=7c85baf1bf82a1a1845d1322112bc6ca982221b484e3b3925022e25b5cae89af
|
||||||
|
|
||||||
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/fonts/TTF
|
vmkdir usr/share/fonts/TTF
|
||||||
install -m644 ${wrksrc}/*.ttf ${DESTDIR}/usr/share/fonts/TTF
|
install -m644 ${wrksrc}/*.ttf ${DESTDIR}/usr/share/fonts/TTF
|
||||||
|
|
Loading…
Reference in a new issue