wok diff util-linux-losetup/receipt @ rev 21160

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
parents
children 268e759bcf02
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/util-linux-losetup/receipt	Sun Mar 31 15:04:44 2019 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="util-linux-losetup"
     1.7 +VERSION="2.28"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="The losetup utility from Util Linux"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
    1.13 +HOST_ARCH="i486 arm"
    1.14 +
    1.15 +WANTED="util-linux"
    1.16 +DEPENDS="glibc-base"
    1.17 +SUGGESTED="util-linux-mount linux-cloop"
    1.18 +
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 +genpkg_rules()
    1.21 +{
    1.22 +	cook_copy_files losetup
    1.23 +	rm -r $fs/usr/share
    1.24 +}
    1.25 +
    1.26 +post_remove()
    1.27 +{
    1.28 +	ln -s /bin/busybox "$1/sbin/losetup"
    1.29 +}