wok annotate util-linux-cramfs/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 9d9921e751e8
children 4f122372e6f6
rev   line source
pankso@12480 1 # SliTaz package receipt.
pankso@12480 2
pankso@12480 3 PACKAGE="util-linux-cramfs"
mojo@15713 4 VERSION="2.24"
pankso@12480 5 CATEGORY="system-tools"
pankso@12480 6 SHORT_DESC="The cramfs utilities from Util linux NG."
pankso@12480 7 MAINTAINER="pankso@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
pankso@12480 9 WANTED="util-linux"
pankso@12480 10 WEB_SITE="http://kernel.org/~kzak/util-linux/"
pankso@16314 11 HOST_ARCH="i486 arm"
pankso@12480 12
pascal@15000 13 DEPENDS="zlib"
pascal@15000 14
pankso@12480 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12480 16 genpkg_rules()
pankso@12480 17 {
pankso@12480 18 mkdir -p $fs/sbin
pascal@15000 19 cp -a $install/sbin/*cramfs $fs/sbin
pankso@12480 20 }