wok-next annotate 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 |
rev | line source |
---|---|
al@13778 | 1 # SliTaz package receipt. |
al@13778 | 2 |
al@13778 | 3 PACKAGE="terminus-font" |
al@13778 | 4 VERSION="4.38" |
al@13778 | 5 CATEGORY="system-tools" |
al@13778 | 6 SHORT_DESC="Monospaced font designed for long (8+ hours per day) work with computers." |
al@13778 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@13778 | 8 WEB_SITE="http://terminus-font.sourceforge.net/" |
al@13778 | 9 WANTED="terminus-font-base" |
al@13778 | 10 |
al@13778 | 11 DEPENDS="terminus-font-base" |
al@13778 | 12 BUILD_DEPENDS="" |
al@13778 | 13 |
al@13778 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@13778 | 15 genpkg_rules() |
al@13778 | 16 { |
al@13778 | 17 fontdir=$fs/usr/share/kbd/consolefonts |
al@13778 | 18 mkdir -p $fontdir |
al@13778 | 19 cp -a $WOK/$WANTED/source/*/ter-v* $fontdir |
al@13778 | 20 # provided in terminus-font-base |
al@13778 | 21 rm -f $fontdir/ter-v14n.psf |
al@13778 | 22 gzip -9 $fontdir/* |
al@13778 | 23 } |