wok-next annotate dd_rhelp/receipt @ rev 21493
updated aria2 (1.34.0 -> 1.35.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 18 21:19:09 2020 +0100 (2020-06-18) |
parents | 0cbe4b1f2230 |
children |
rev | line source |
---|---|
al@20461 | 1 # SliTaz package receipt v2. |
pascal@13870 | 2 |
pascal@13870 | 3 PACKAGE="dd_rhelp" |
pascal@13870 | 4 VERSION="0.3.0" |
pascal@13870 | 5 CATEGORY="system-tools" |
al@20461 | 6 SHORT_DESC="Block device copy tools" |
pascal@13870 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
al@20461 | 9 WEB_SITE="http://www.kalysto.org/utilities/dd_rhelp/" |
al@21057 | 10 HOST_ARCH="any" |
al@20882 | 11 REPOLOGY="dd-rhelp" |
al@20461 | 12 |
pascal@13870 | 13 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13870 | 14 WGET_URL="http://www.kalysto.org/pkg/$TARBALL" |
pascal@13870 | 15 |
al@21081 | 16 DEPENDS="bash dd_rescue" |
al@21081 | 17 |
al@20461 | 18 compile_rules() { |
al@20473 | 19 install -Dm755 $src/dd_rhelp $install/usr/bin/dd_rhelp |
pascal@13870 | 20 } |