wok-6.x annotate util-linux-setterm/receipt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 months ago)
parents accf1450f9ce
children
rev   line source
pankso@12480 1 # SliTaz package receipt
pankso@12480 2
pankso@12480 3 PACKAGE="util-linux-setterm"
Hans-G?nter@25393 4 VERSION="2.38"
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@25393 11 DEPENDS="gcc83-lib-base 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
Hans-G?nter@25393 18 rm -r $fs/usr/share
pankso@12480 19 }