wok-next view dd_rescue/receipt @ rev 20882

Check Repology info from a* to g* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 10 20:08:05 2018 +0300 (2018-07-10)
parents e1c0edabdcb2
children d5aab818505e
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="erjo@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 }