wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dd_rescue"
4 VERSION="1.22"
5 CATEGORY="system-tools"
6 SHORT_DESC="Block device copy tools"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.garloff.de/kurt/linux/ddrescue/"
10 REPOLOGY="ddrescue"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL"
15 compile_rules() {
16 make &&
17 install -Dm755 $src/dd_rescue $install/usr/bin/dd_rescue
18 }
20 genpkg_rules() {
21 copy @std
22 }