wok annotate dd_rescue/receipt @ rev 22638
updated dd_rescue (1.22 -> 1.99.8)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 13 17:41:14 2020 +0100 (2020-01-13) |
parents | eb8067417980 |
children | ce01bc78a7aa |
rev | line source |
---|---|
erjo@621 | 1 # SliTaz package receipt. |
erjo@621 | 2 |
erjo@621 | 3 PACKAGE="dd_rescue" |
Hans-G?nter@22638 | 4 VERSION="1.99.8" |
erjo@621 | 5 CATEGORY="system-tools" |
erjo@621 | 6 SHORT_DESC="Block device copy tools." |
erjo@784 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
Hans-G?nter@22638 | 9 WEB_SITE="http://www.garloff.de/kurt/linux/ddrescue/" |
Hans-G?nter@22638 | 10 |
erjo@621 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
erjo@621 | 12 WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL" |
erjo@621 | 13 |
Hans-G?nter@22638 | 14 DEPENDS="openssl" |
Hans-G?nter@22638 | 15 BUILD_DEPENDS="autoconf automake openssl-dev" |
pascal@15579 | 16 |
erjo@621 | 17 # Rules to configure and make the package. |
erjo@621 | 18 compile_rules() |
erjo@621 | 19 { |
Hans-G?nter@22638 | 20 ./autogen.sh && |
Hans-G?nter@22638 | 21 make prefix=/usr && |
Hans-G?nter@22638 | 22 make install prefix=/usr |
erjo@621 | 23 } |
erjo@621 | 24 |
erjo@621 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@621 | 26 genpkg_rules() |
erjo@621 | 27 { |
erjo@621 | 28 mkdir -p $fs/usr/bin |
Hans-G?nter@22638 | 29 cp -a $src/dd_rescue $fs/usr/bin |
erjo@621 | 30 } |