# HG changeset patch # User Pascal Bellard # Date 1358197176 -3600 # Node ID 7f6e3ccc2f56ebcb6815b54bd89b5d970009d70a # Parent 545dd59b9592716247099957e7ca5b8952dd52f3 Add dd_rhelp diff -r 545dd59b9592 -r 7f6e3ccc2f56 dd_rhelp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dd_rhelp/receipt Mon Jan 14 21:59:36 2013 +0100 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="dd_rhelp" +VERSION="0.3.0" +CATEGORY="system-tools" +SHORT_DESC="Block device copy tools." +MAINTAINER="pascal.bellard@slitaz.org" +DEPENDS="bash dd_rescue" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.kalysto.org/utilities/dd_rhelp/" +WGET_URL="http://www.kalysto.org/pkg/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/dd_rhelp $fs/usr/bin +} +