# HG changeset patch # User Pascal Bellard # Date 1301817096 -7200 # Node ID 13f6147d93f046ecc9d7614807be74ce6722c718 # Parent 0d51ad76068644ac1dce6c813e3006211a9417cb Add util-linux-ng-minix & util-linux-ng-cramfs diff -r 0d51ad760686 -r 13f6147d93f0 util-linux-ng-cramfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/util-linux-ng-cramfs/receipt Sun Apr 03 09:51:36 2011 +0200 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="util-linux-ng-cramfs" +VERSION="2.19" +CATEGORY="system-tools" +SHORT_DESC="The cramfs utilities from Util linux NG." +MAINTAINER="pankso@slitaz.org" +DEPENDS="zlib" +WANTED="util-linux-ng" +WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/sbin + cp -a $_pkg/sbin/*cramfs $fs/sbin +} diff -r 0d51ad760686 -r 13f6147d93f0 util-linux-ng-minix/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/util-linux-ng-minix/receipt Sun Apr 03 09:51:36 2011 +0200 @@ -0,0 +1,16 @@ +# SliTaz package receipt. + +PACKAGE="util-linux-ng-minix" +VERSION="2.19" +CATEGORY="system-tools" +SHORT_DESC="The minix utilities from Util linux NG." +MAINTAINER="pankso@slitaz.org" +WANTED="util-linux-ng" +WEB_SITE="http://kernel.org/~kzak/util-linux-ng/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/sbin + cp -a $_pkg/sbin/*minix $fs/sbin +}