wok-6.x view util-linux-mkfs/receipt @ rev 25556
created recipes for nted and nted-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 22 14:54:15 2023 +0100 (18 months ago) |
parents | accf1450f9ce |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-mkfs"
4 VERSION="2.38"
5 CATEGORY="base-system"
6 SHORT_DESC="The mkfs utilities from Util Linux."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
11 DEPENDS="gcc83-lib-base glibc-base util-linux-blkid util-linux-uuid zlib"
12 WANTED="util-linux"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_files mk*
20 rm -r $fs/usr
21 }
23 post_remove()
24 {
25 ln -s /bin/busybox "$1/sbin/mkswap"
26 }