wok-next diff 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 |
line diff
1.1 --- a/dd_rhelp/receipt Mon Dec 03 14:47:30 2018 +0200 1.2 +++ b/dd_rhelp/receipt Thu Jun 18 21:19:09 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 -}