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

cups, cups-pam: remove duplicate files with libcups; misc. edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 17 05:25:15 2015 +0200 (2015-12-17)
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 }