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

updated libpng+apng and libpng+apng-dev (1.6.28 -> 1.6.36)
author Hans-G?nter Theisgen
date Fri Apr 12 17:35:29 2019 +0100 (2019-04-12)
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 }