wok-next view dd_rescue/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
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 }