wok annotate util-linux-blockdev/receipt @ rev 20936

updated fpm2 again (0.76.1 -> 0.79)
author Hans-G?nter Theisgen
date Sat Mar 02 16:28:51 2019 +0100 (2019-03-02)
parents 4f122372e6f6
children 268e759bcf02
rev   line source
pankso@12480 1 # SliTaz package receipt.
pankso@12480 2
pankso@12480 3 PACKAGE="util-linux-blockdev"
al@19253 4 VERSION="2.28"
pankso@12480 5 CATEGORY="base-system"
al@19253 6 SHORT_DESC="The blockdev utility from Util Linux"
pankso@12480 7 MAINTAINER="devel@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"
pascal@15000 12 DEPENDS="glibc-base"
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 blockdev
al@19262 18 rm -r $fs/usr
pankso@12480 19 }
pankso@12480 20
pankso@12480 21 post_remove()
pankso@12480 22 {
al@19253 23 ln -s /bin/busybox "$1/sbin/blockdev"
pankso@12480 24 }