wok-next view dd_rescue/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }