wok-next view dd_rhelp/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (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 }