wok diff terminus-font/receipt @ rev 15383
Up: connman-dev (1.19)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Mon Oct 21 23:03:38 2013 +0200 (2013-10-21) |
parents | |
children | 23c3aed67cd9 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/terminus-font/receipt Mon Oct 21 23:03:38 2013 +0200 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 +}