wok view terminus-font/receipt @ rev 19569
Up qt4 (4.8.7): restore some build deps
but it cooked on my localhost without this packages.
but it cooked on my localhost without this packages.
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Dec 22 18:29:37 2016 +0100 (2016-12-22) |
parents | cf4569a61bcc |
children | 7dd01dedad38 |
line source
1 # SliTaz package receipt.
3 PACKAGE="terminus-font"
4 VERSION="4.40"
5 CATEGORY="system-tools"
6 SHORT_DESC="Monospaced font designed for long (8+ hours per day) work with computers."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="OFL"
9 WEB_SITE="http://terminus-font.sourceforge.net/"
10 WANTED="terminus-font-base"
12 DEPENDS="terminus-font-base"
13 BUILD_DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 fontdir=$fs/usr/share/kbd/consolefonts
19 mkdir -p $fontdir
20 cp -a $WOK/$WANTED/source/*/ter-v* $fontdir
21 # provided in terminus-font-base
22 rm -f $fontdir/ter-v14n.psf
23 gzip -9 $fontdir/*
24 }