wok-current annotate util-linux-losetup/receipt @ rev 22361
updated graphviz (2.28.0 -> 2.42.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 21 13:37:52 2019 +0100 (2019-11-21) |
parents | af959ebf1305 |
children | accf1450f9ce |
rev | line source |
---|---|
pascal@20534 | 1 # SliTaz package receipt. |
pascal@20534 | 2 |
pascal@20534 | 3 PACKAGE="util-linux-losetup" |
Hans-G?nter@22091 | 4 VERSION="2.34" |
pascal@20534 | 5 CATEGORY="base-system" |
Hans-G?nter@22091 | 6 SHORT_DESC="The losetup utility from Util Linux." |
pascal@20534 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@20534 | 8 LICENSE="GPL2" |
pascal@20534 | 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux" |
Hans-G?nter@22091 | 10 |
Hans-G?nter@22091 | 11 SUGGESTED="linux-cloop util-linux-mount" |
Hans-G?nter@22091 | 12 DEPENDS="glibc-base" |
Hans-G?nter@22091 | 13 WANTED="util-linux" |
Hans-G?nter@22091 | 14 |
pascal@20534 | 15 HOST_ARCH="i486 arm" |
pascal@20534 | 16 |
pascal@20534 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20534 | 18 genpkg_rules() |
pascal@20534 | 19 { |
pascal@20534 | 20 cook_copy_files losetup |
pascal@20534 | 21 rm -r $fs/usr/share |
pascal@20534 | 22 } |
pascal@20534 | 23 |
pascal@20534 | 24 post_remove() |
pascal@20534 | 25 { |
pascal@20534 | 26 ln -s /bin/busybox "$1/sbin/losetup" |
pascal@20534 | 27 } |