wok annotate terminus-font/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents cf4569a61bcc
children 7dd01dedad38
rev   line source
al@13778 1 # SliTaz package receipt.
al@13778 2
al@13778 3 PACKAGE="terminus-font"
devl547@19354 4 VERSION="4.40"
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"
pascal@15601 8 LICENSE="OFL"
al@13778 9 WEB_SITE="http://terminus-font.sourceforge.net/"
al@13778 10 WANTED="terminus-font-base"
al@13778 11
al@13778 12 DEPENDS="terminus-font-base"
al@13778 13 BUILD_DEPENDS=""
al@13778 14
al@13778 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13778 16 genpkg_rules()
al@13778 17 {
al@13778 18 fontdir=$fs/usr/share/kbd/consolefonts
al@13778 19 mkdir -p $fontdir
al@13778 20 cp -a $WOK/$WANTED/source/*/ter-v* $fontdir
al@13778 21 # provided in terminus-font-base
al@13778 22 rm -f $fontdir/ter-v14n.psf
al@13778 23 gzip -9 $fontdir/*
al@13778 24 }