wok-next view dd_rescue/receipt @ rev 20775

quodlibet: remove non-existent package from bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 20:44:57 2018 +0300 (2018-06-06)
parents 42d9d6d83956
children d958fec46c9f
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL"
14 compile_rules() {
15 make &&
16 install -Dm755 $src/dd_rescue $install/usr/bin/dd_rescue
17 }
19 genpkg_rules() {
20 copy @std
21 }