wok-6.x annotate dd_rescue/receipt @ rev 23313
updated perl-datetime-timezone (1.93 -> 2.38)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 30 15:07:38 2020 +0100 (2020-03-30) |
parents | 4501baba93df |
children | bfabe25c21ff |
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 |
pascal@22639 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
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 } |