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

Add python-ipaddress
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 13 19:39:39 2022 +0000 (23 months ago)
parents 268e759bcf02
children 03de36849d05
rev   line source
pankso@12480 1 # SliTaz package receipt
pankso@12480 2
pankso@12480 3 PACKAGE="util-linux-setterm"
Hans-G?nter@23723 4 VERSION="2.35.1"
pankso@12480 5 CATEGORY="base-system"
Hans-G?nter@22091 6 SHORT_DESC="The setterm utility from Util Linux."
Hans-G?nter@22091 7 MAINTAINER="maintainer@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
al@19253 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
al@19253 10
Hans-G?nter@22091 11 DEPENDS="glibc-base libtinfo"
pankso@12480 12 WANTED="util-linux"
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 }