wok-next view dd_rhelp/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
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 }