wok-next diff 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
line diff
     1.1 --- a/hfsprescue/receipt	Mon Nov 06 00:09:37 2017 +0100
     1.2 +++ b/hfsprescue/receipt	Sat Jun 20 16:34:10 2020 +0100
     1.3 @@ -1,31 +1,29 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="hfsprescue"
     1.8  VERSION="1.1"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="HFS+ recovery tool."
    1.11 +SHORT_DESC="HFS+ recovery tool"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://www.plop.at/en/hfsprescue/index.html"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.plop.at/en/hfsprescue.html"
    1.18  WGET_URL="http://download.plop.at/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="gcc-lib-base"
    1.21  BUILD_DEPENDS="zlib-dev"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.27 -	--mandir=/usr/share/man \
    1.28 -	$CONFIGURE_ARGS &&
    1.29 +compile_rules() {
    1.30 +	./configure \
    1.31 +		--prefix=/usr \
    1.32 +		--infodir=/usr/share/info \
    1.33 +		--mandir=/usr/share/man \
    1.34 +		$CONFIGURE_ARGS &&
    1.35  	make &&
    1.36 -	make DESTDIR=$DESTDIR install
    1.37 +	make DESTDIR=$install install
    1.38  }
    1.39  
    1.40 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.41 -genpkg_rules()
    1.42 -{
    1.43 -	mkdir -p $fs/usr
    1.44 -	cp -a $install/usr/bin $fs/usr
    1.45 +genpkg_rules() {
    1.46 +	copy @std
    1.47 +	DEPENDS="gcc-lib-base"
    1.48  }