wok-stable annotate util-linux-ng-cramfs/receipt @ rev 9456

Add util-linux-ng-minix & util-linux-ng-cramfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 03 09:51:36 2011 +0200 (2011-04-03)
parents
children 163676c61a63
rev   line source
pascal@9456 1 # SliTaz package receipt.
pascal@9456 2
pascal@9456 3 PACKAGE="util-linux-ng-cramfs"
pascal@9456 4 VERSION="2.19"
pascal@9456 5 CATEGORY="system-tools"
pascal@9456 6 SHORT_DESC="The cramfs utilities from Util linux NG."
pascal@9456 7 MAINTAINER="pankso@slitaz.org"
pascal@9456 8 DEPENDS="zlib"
pascal@9456 9 WANTED="util-linux-ng"
pascal@9456 10 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
pascal@9456 11
pascal@9456 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9456 13 genpkg_rules()
pascal@9456 14 {
pascal@9456 15 mkdir -p $fs/sbin
pascal@9456 16 cp -a $_pkg/sbin/*cramfs $fs/sbin
pascal@9456 17 }