wok-next view hfsprescue/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 145bc1c732ca
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="hfsprescue"
4 VERSION="1.1"
5 CATEGORY="base-system"
6 SHORT_DESC="HFS+ recovery tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.plop.at/en/hfsprescue/index.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://download.plop.at/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="zlib-dev"
16 compile_rules() {
17 ./configure \
18 --prefix=/usr \
19 --infodir=/usr/share/info \
20 --mandir=/usr/share/man \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$install install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="gcc-lib-base"
29 }