wok annotate 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
rev   line source
pascal@17298 1 # SliTaz package receipt.
pascal@17298 2
pascal@17298 3 PACKAGE="cramfs"
pascal@17298 4 VERSION="1.1"
pascal@17298 5 CATEGORY="base-system"
pascal@17298 6 SHORT_DESC="simple and small, compressed filesystem."
pascal@17298 7 LICENSE="GPL2"
pascal@17298 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17298 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17298 10 WEB_SITE="http://cramfs.sourceforge.net/"
pascal@17298 11 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
pascal@17298 12
pascal@17298 13 DEPENDS="zlib"
pascal@17298 14 BUILD_DEPENDS="zlib-dev"
pascal@17298 15
pascal@17298 16 # Rules to configure and make the package.
pascal@17298 17 compile_rules()
pascal@17298 18 {
pascal@17298 19 make
pascal@17298 20 }
pascal@17298 21
pascal@17298 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17298 23 genpkg_rules()
pascal@17298 24 {
pascal@17298 25 mkdir -p $fs/usr/sbin
pascal@17298 26 cp -a $src/mkcramfs $fs/usr/sbin
pascal@17298 27 cp -a $src/cramfsck $fs/usr/sbin
pascal@17298 28 }