wok-next view dd_rescue/receipt @ rev 21582

updated dd_rescue (1.22 -> 1.99.8)
author Hans-G?nter Theisgen
date Tue Jun 23 16:25:45 2020 +0100 (2020-06-23)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dd_rescue"
4 VERSION="1.99.8"
5 CATEGORY="system-tools"
6 SHORT_DESC="Block device copy tools"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.garloff.de/kurt/linux/ddrescue/"
10 REPOLOGY="ddrescue"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL"
15 BUILD_DEPENDS="automake openssl-dev"
17 compile_rules()
18 {
19 make &&
20 install -Dm755 $src/dd_rescue $install/usr/bin/dd_rescue
21 }
23 genpkg_rules()
24 {
25 copy @std
26 DEPENDS="openssl"
27 }