wok view util-linux-cramfs/receipt @ rev 18509
qtpanel: description.txt: be markdown-friendly
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 22 19:03:32 2015 +0300 (2015-10-22) |
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 }