wok view cramfs/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents
children 9af0e03b8ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="cramfs"
4 VERSION="1.1"
5 CATEGORY="base-system"
6 SHORT_DESC="simple and small, compressed filesystem."
7 LICENSE="GPL2"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://cramfs.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
13 DEPENDS="zlib"
14 BUILD_DEPENDS="zlib-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/sbin
26 cp -a $src/mkcramfs $fs/usr/sbin
27 cp -a $src/cramfsck $fs/usr/sbin
28 }