wok annotate util-linux-setterm/receipt @ rev 21160

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
parents 4f122372e6f6
children 268e759bcf02
rev   line source
pankso@12480 1 # SliTaz package receipt
pankso@12480 2
pankso@12480 3 PACKAGE="util-linux-setterm"
al@19253 4 VERSION="2.28"
pankso@12480 5 CATEGORY="base-system"
al@19253 6 SHORT_DESC="The setterm utility from Util Linux"
pankso@12480 7 MAINTAINER="devel@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
al@19253 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
al@19253 10
pankso@12480 11 WANTED="util-linux"
al@19253 12 DEPENDS="glibc-base libtinfo"
pascal@15000 13
pankso@12480 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12480 15 genpkg_rules()
pankso@12480 16 {
al@19262 17 cook_copy_files setterm
al@19262 18 rm -r $fs/usr/share
pankso@12480 19 }