wok view util-linux-cramfs/receipt @ rev 17581

Up: elfutils 0.161
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 18:13:43 2015 +0000 (2015-02-08)
parents 9d9921e751e8
children 4f122372e6f6
line source
1 # SliTaz package receipt.
3 PACKAGE="util-linux-cramfs"
4 VERSION="2.24"
5 CATEGORY="system-tools"
6 SHORT_DESC="The cramfs utilities from Util linux NG."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="util-linux"
10 WEB_SITE="http://kernel.org/~kzak/util-linux/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="zlib"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/sbin
19 cp -a $install/sbin/*cramfs $fs/sbin
20 }