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

updated bleachbit (0.9.4 -> 2.0)
author Hans-G?nter Theisgen
date Sun Feb 10 10:49:22 2019 +0100 (2019-02-10)
parents 4f122372e6f6
children 268e759bcf02
rev   line source
pankso@12480 1 # SliTaz package receipt.
pankso@12480 2
pankso@12480 3 PACKAGE="util-linux-partx"
al@19253 4 VERSION="2.28"
pankso@12480 5 CATEGORY="system-tools"
al@19253 6 SHORT_DESC="The partx utilities from Util Linux NG"
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
pankso@12480 11 WANTED="util-linux"
al@19253 12 DEPENDS="glibc-base util-linux-blkid util-linux-uuid util-linux-smartcols"
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 }