wok-next annotate 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
rev   line source
al@20461 1 # SliTaz package receipt v2.
erjo@621 2
erjo@621 3 PACKAGE="dd_rescue"
Hans-G?nter@21582 4 VERSION="1.99.8"
erjo@621 5 CATEGORY="system-tools"
al@20461 6 SHORT_DESC="Block device copy tools"
Hans-G?nter@21582 7 MAINTAINER="maintainer@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@20461 9 WEB_SITE="http://www.garloff.de/kurt/linux/ddrescue/"
al@20882 10 REPOLOGY="ddrescue"
al@20461 11
Hans-G?nter@21582 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@621 13 WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL"
erjo@621 14
Hans-G?nter@21582 15 BUILD_DEPENDS="automake openssl-dev"
Hans-G?nter@21582 16
Hans-G?nter@21582 17 compile_rules()
Hans-G?nter@21582 18 {
al@20461 19 make &&
al@20473 20 install -Dm755 $src/dd_rescue $install/usr/bin/dd_rescue
erjo@621 21 }
erjo@621 22
Hans-G?nter@21582 23 genpkg_rules()
Hans-G?nter@21582 24 {
al@20461 25 copy @std
Hans-G?nter@21582 26 DEPENDS="openssl"
erjo@621 27 }
erjo@621 28