wok-next diff terminus-font/receipt @ rev 14225
freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 21 16:18:40 2013 +0000 (2013-03-21) |
parents | |
children | 23c3aed67cd9 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/terminus-font/receipt Thu Mar 21 16:18:40 2013 +0000 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="terminus-font" 1.7 +VERSION="4.38" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Monospaced font designed for long (8+ hours per day) work with computers." 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +WEB_SITE="http://terminus-font.sourceforge.net/" 1.12 +WANTED="terminus-font-base" 1.13 + 1.14 +DEPENDS="terminus-font-base" 1.15 +BUILD_DEPENDS="" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + fontdir=$fs/usr/share/kbd/consolefonts 1.21 + mkdir -p $fontdir 1.22 + cp -a $WOK/$WANTED/source/*/ter-v* $fontdir 1.23 + # provided in terminus-font-base 1.24 + rm -f $fontdir/ter-v14n.psf 1.25 + gzip -9 $fontdir/* 1.26 +}