wok-current annotate util-linux-mkfs/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents 9d9921e751e8
children 4f122372e6f6
rev   line source
al@14139 1 # SliTaz package receipt.
al@14139 2
al@14139 3 PACKAGE="util-linux-mkfs"
mojo@15713 4 VERSION="2.24"
al@14139 5 CATEGORY="base-system"
al@14139 6 SHORT_DESC="The mkfs utility and library from Util linux."
al@14139 7 MAINTAINER="pankso@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
al@14139 9 WEB_SITE="http://kernel.org/~kzak/util-linux/"
pankso@16314 10 HOST_ARCH="i486 arm"
al@14139 11
al@14139 12 DEPENDS="glibc-base util-linux-blkid util-linux-uuid zlib"
al@14139 13 WANTED="util-linux"
pankso@16314 14
al@14139 15
al@14139 16 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14139 17 genpkg_rules()
al@14139 18 {
al@14139 19 mkdir -p $fs/sbin
al@14139 20 cp -a $install/sbin/mk* $fs/sbin
al@14139 21 }