wok-next annotate dd_rhelp/receipt @ rev 16744
Add telegram
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 12 09:18:41 2014 +0200 (2014-06-12) |
parents | 7f6e3ccc2f56 |
children | 42d9d6d83956 |
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 |