wok-next annotate hfsprescue/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents 145bc1c732ca
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@16073 2
pascal@16073 3 PACKAGE="hfsprescue"
pascal@18228 4 VERSION="1.1"
pascal@16073 5 CATEGORY="base-system"
al@21020 6 SHORT_DESC="HFS+ recovery tool"
pascal@16073 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16073 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://www.plop.at/en/hfsprescue/index.html"
al@21020 10
pascal@16073 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18228 12 WGET_URL="http://download.plop.at/$PACKAGE/$TARBALL"
pascal@16073 13
pascal@20228 14 BUILD_DEPENDS="zlib-dev"
pascal@16073 15
al@21020 16 compile_rules() {
al@21020 17 ./configure \
al@21020 18 --prefix=/usr \
al@21020 19 --infodir=/usr/share/info \
al@21020 20 --mandir=/usr/share/man \
al@21020 21 $CONFIGURE_ARGS &&
pascal@16073 22 make &&
al@21020 23 make DESTDIR=$install install
pascal@16073 24 }
pascal@16073 25
al@21020 26 genpkg_rules() {
al@21020 27 copy @std
al@21020 28 DEPENDS="gcc-lib-base"
pascal@16073 29 }