wok annotate util-linux-mkfs/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 4f122372e6f6
children 268e759bcf02
rev   line source
al@14139 1 # SliTaz package receipt.
al@14139 2
al@14139 3 PACKAGE="util-linux-mkfs"
al@19253 4 VERSION="2.28"
al@14139 5 CATEGORY="base-system"
al@19253 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"
pankso@16314 10 HOST_ARCH="i486 arm"
al@14139 11
al@19253 12 WANTED="util-linux"
al@14139 13 DEPENDS="glibc-base util-linux-blkid util-linux-uuid zlib"
al@14139 14
al@14139 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14139 16 genpkg_rules()
al@14139 17 {
al@19253 18 cook_copy_files mk*
al@19262 19 rm -r $fs/usr
al@14139 20 }
al@19253 21
al@19253 22 post_remove()
al@19253 23 {
al@19253 24 ln -s /bin/busybox "$1/sbin/mkswap"
al@19253 25 }