wok annotate util-linux-partx/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 268e759bcf02
children 03de36849d05
rev   line source
pankso@12480 1 # SliTaz package receipt.
pankso@12480 2
pankso@12480 3 PACKAGE="util-linux-partx"
Hans-G?nter@23723 4 VERSION="2.35.1"
pankso@12480 5 CATEGORY="system-tools"
Hans-G?nter@22091 6 SHORT_DESC="The partx utilities 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"
al@19253 10
Hans-G?nter@22091 11 DEPENDS="glibc-base util-linux-blkid util-linux-smartcols util-linux-uuid"
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 addpart delpart partx resizepart
al@19262 18 rm -r $fs/usr/share
pankso@12480 19 }