wok-next view dd_rhelp/receipt @ rev 21473
updated udftools (1.0.0b3 -> 2.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed May 13 11:02:29 2020 +0100 (2020-05-13) |
parents | 0cbe4b1f2230 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dd_rhelp"
4 VERSION="0.3.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Block device copy tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.kalysto.org/utilities/dd_rhelp/"
10 HOST_ARCH="any"
11 REPOLOGY="dd-rhelp"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="http://www.kalysto.org/pkg/$TARBALL"
16 DEPENDS="bash dd_rescue"
18 compile_rules() {
19 install -Dm755 $src/dd_rhelp $install/usr/bin/dd_rhelp
20 }