wok-next diff dd_rhelp/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 0cbe4b1f2230
children
line diff
     1.1 --- a/dd_rhelp/receipt	Mon Dec 03 14:47:30 2018 +0200
     1.2 +++ b/dd_rhelp/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -13,11 +13,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://www.kalysto.org/pkg/$TARBALL"
     1.6  
     1.7 +DEPENDS="bash dd_rescue"
     1.8 +
     1.9  compile_rules() {
    1.10  	install -Dm755 $src/dd_rhelp $install/usr/bin/dd_rhelp
    1.11  }
    1.12 -
    1.13 -genpkg_rules() {
    1.14 -	copy @std
    1.15 -	DEPENDS="bash dd_rescue"
    1.16 -}