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

Up pcre and pcre-dev to version 8.35
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 22:42:36 2014 -0300 (2014-07-10)
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 }