wok-current view util-linux-mkfs/receipt @ rev 22559
updated bogofilter (1.2.4 -> 1.2.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 04 16:49:42 2020 +0100 (2020-01-04) |
parents | 0f35f8ad5632 |
children | accf1450f9ce |
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-mkfs"
4 VERSION="2.34"
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="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 }