wok annotate util-linux-getopt/receipt @ rev 24225

updated perl-io-socket-ssl (2.068 -> 2.073)
author Hans-G?nter Theisgen
date Fri Dec 31 17:41:39 2021 +0100 (2021-12-31)
parents 268e759bcf02
children 03de36849d05
rev   line source
pankso@12480 1 # SliTaz package receipt.
pankso@12480 2
pankso@12480 3 PACKAGE="util-linux-getopt"
Hans-G?nter@23723 4 VERSION="2.35.1"
pankso@12480 5 CATEGORY="base-system"
Hans-G?nter@22091 6 SHORT_DESC="The getopt utility from Util Linux."
pankso@12480 7 MAINTAINER="pankso@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
al@19253 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
Hans-G?nter@22091 10
Hans-G?nter@22091 11 DEPENDS="glibc-base"
Hans-G?nter@22091 12 WANTED="util-linux"
Hans-G?nter@22091 13
pankso@16314 14 HOST_ARCH="i486 arm"
pankso@12480 15
pankso@12480 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12480 17 genpkg_rules()
pankso@12480 18 {
al@19262 19 cook_copy_files getopt
al@19262 20 rm -r $fs/usr/share
pankso@12480 21 }