wok annotate dd_rhelp/receipt @ rev 15874

Add acme
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 03 11:54:56 2014 +0000 (2014-02-03)
parents 7f6e3ccc2f56
children bfabe25c21ff
rev   line source
pascal@13870 1 # SliTaz package receipt.
pascal@13870 2
pascal@13870 3 PACKAGE="dd_rhelp"
pascal@13870 4 VERSION="0.3.0"
pascal@13870 5 CATEGORY="system-tools"
pascal@13870 6 SHORT_DESC="Block device copy tools."
pascal@13870 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@13870 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13870 10 WEB_SITE="http://www.kalysto.org/utilities/dd_rhelp/"
pascal@13870 11 WGET_URL="http://www.kalysto.org/pkg/$TARBALL"
pascal@13870 12
pascal@15002 13 DEPENDS="bash dd_rescue"
pascal@15002 14
pascal@13870 15 # Rules to configure and make the package.
pascal@13870 16 compile_rules()
pascal@13870 17 {
pascal@13870 18 cd $src
pascal@13870 19 }
pascal@13870 20
pascal@13870 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13870 22 genpkg_rules()
pascal@13870 23 {
pascal@13870 24 mkdir -p $fs/usr/bin
pascal@13870 25 cp -a $src/dd_rhelp $fs/usr/bin
pascal@13870 26 }
pascal@13870 27