wok annotate util-linux-mkfs/receipt @ rev 25620
Up youtube-dl (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 30 10:53:19 2023 +0000 (14 months ago) |
parents | accf1450f9ce |
children |
rev | line source |
---|---|
al@14139 | 1 # SliTaz package receipt. |
al@14139 | 2 |
al@14139 | 3 PACKAGE="util-linux-mkfs" |
Hans-G?nter@25393 | 4 VERSION="2.38" |
al@14139 | 5 CATEGORY="base-system" |
Hans-G?nter@22091 | 6 SHORT_DESC="The mkfs utilities from Util Linux." |
al@14139 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15201 | 8 LICENSE="GPL2" |
al@19253 | 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux" |
Hans-G?nter@22091 | 10 |
Hans-G?nter@25393 | 11 DEPENDS="gcc83-lib-base glibc-base util-linux-blkid util-linux-uuid zlib" |
Hans-G?nter@22091 | 12 WANTED="util-linux" |
Hans-G?nter@22091 | 13 |
pankso@16314 | 14 HOST_ARCH="i486 arm" |
al@14139 | 15 |
al@14139 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@14139 | 17 genpkg_rules() |
al@14139 | 18 { |
Hans-G?nter@25393 | 19 cook_copy_files mk* |
Hans-G?nter@25393 | 20 rm -r $fs/usr |
al@14139 | 21 } |
al@19253 | 22 |
al@19253 | 23 post_remove() |
al@19253 | 24 { |
al@19253 | 25 ln -s /bin/busybox "$1/sbin/mkswap" |
al@19253 | 26 } |