wok-next annotate ddrescue/receipt @ rev 21212

updated barnyard2 (1.9 -> 2.1.13)
author Hans-G?nter Theisgen
date Mon Dec 02 17:16:10 2019 +0100 (2019-12-02)
parents eb8067417980
children bd415b6dad46
rev   line source
erjo@621 1 # SliTaz package receipt.
erjo@621 2
erjo@621 3 PACKAGE="ddrescue"
slaxemulator@8250 4 VERSION="1.14"
erjo@621 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="Data recovery tool"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="http://www.gnu.org/software/ddrescue/ddrescue.html"
al@21020 10
erjo@2958 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@621 12 WGET_URL="http://ftp.gnu.org/gnu/ddrescue/$TARBALL"
erjo@621 13
al@21020 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
al@21020 17 --infodir=/usr/share/info \
al@21020 18 --mandir=/usr/share/man \
al@21020 19 $CONFIGURE_ARGS &&
pascal@5000 20 make &&
al@21020 21 make DESTDIR=$install install
erjo@621 22 }
erjo@621 23
al@21020 24 genpkg_rules() {
erjo@621 25 mkdir -p $fs/usr
pascal@15579 26 cp -a $install/usr/bin $fs/usr
al@21020 27 DEPENDS="gcc-lib-base"
al@21020 28 TAGS="recovery toolkit tools"
erjo@621 29 }