wok-next view dd_rhelp/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 0cbe4b1f2230
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dd_rhelp"
4 VERSION="0.3.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Block device copy tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.kalysto.org/utilities/dd_rhelp/"
10 HOST_ARCH="any"
11 REPOLOGY="dd-rhelp"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="http://www.kalysto.org/pkg/$TARBALL"
16 DEPENDS="bash dd_rescue"
18 compile_rules() {
19 install -Dm755 $src/dd_rhelp $install/usr/bin/dd_rhelp
20 }