wok-next annotate dd_rescue/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d958fec46c9f
children 93a44dc14f7e
rev   line source
al@20461 1 # SliTaz package receipt v2.
erjo@621 2
erjo@621 3 PACKAGE="dd_rescue"
slaxemulator@6237 4 VERSION="1.22"
erjo@621 5 CATEGORY="system-tools"
al@20461 6 SHORT_DESC="Block device copy tools"
al@21020 7 MAINTAINER="devel@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
erjo@621 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@621 13 WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL"
erjo@621 14
al@20461 15 compile_rules() {
al@20461 16 make &&
al@20473 17 install -Dm755 $src/dd_rescue $install/usr/bin/dd_rescue
erjo@621 18 }
erjo@621 19
al@20461 20 genpkg_rules() {
al@20461 21 copy @std
erjo@621 22 }
erjo@621 23