wok-current view util-linux-losetup/receipt @ rev 22050
updated trash-cli (0.12.9.14 -> 0.17.1.14)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 22 16:19:59 2019 +0100 (2019-10-22) |
parents | |
children | 268e759bcf02 |
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-losetup"
4 VERSION="2.28"
5 CATEGORY="base-system"
6 SHORT_DESC="The losetup utility from Util Linux"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
10 HOST_ARCH="i486 arm"
12 WANTED="util-linux"
13 DEPENDS="glibc-base"
14 SUGGESTED="util-linux-mount linux-cloop"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_files losetup
20 rm -r $fs/usr/share
21 }
23 post_remove()
24 {
25 ln -s /bin/busybox "$1/sbin/losetup"
26 }