wok view dd_rhelp/receipt @ rev 23441

updated poptop (1.3.4 -> 1.4.0)
author Hans-G?nter Theisgen
date Thu Apr 02 13:53:28 2020 +0100 (2020-04-02)
parents 7f6e3ccc2f56
children bfabe25c21ff
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.kalysto.org/utilities/dd_rhelp/"
11 WGET_URL="http://www.kalysto.org/pkg/$TARBALL"
13 DEPENDS="bash dd_rescue"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/dd_rhelp $fs/usr/bin
26 }