wok-next view dd_rescue/receipt @ rev 20900

gdk-pixbuf: build man pages; glib-networking: up (2.56.1); glibmm: up (2.56.0); gnupg: up (2.2.9); gsettings-desktop-schemas: up (3.28.0); tint2: up (16.4).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 21 17:03:50 2018 +0300 (2018-07-21)
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 }