wok annotate hfsprescue/receipt @ rev 23341
updated perl-html-tree (4.1 -> 5.07)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 09:01:44 2020 +0100 (2020-03-31) |
parents | c1eb003410dc |
children | af8d823a3077 |
rev | line source |
---|---|
pascal@16073 | 1 # SliTaz package receipt. |
pascal@16073 | 2 |
pascal@16073 | 3 PACKAGE="hfsprescue" |
pascal@21860 | 4 VERSION="3.4" |
pascal@16073 | 5 CATEGORY="base-system" |
pascal@16073 | 6 SHORT_DESC="HFS+ recovery tool." |
pascal@16073 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@16073 | 8 LICENSE="GPL2" |
pascal@16073 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@16073 | 10 WEB_SITE="http://www.plop.at/en/hfsprescue.html" |
pascal@18228 | 11 WGET_URL="http://download.plop.at/$PACKAGE/$TARBALL" |
pascal@16073 | 12 |
pascal@21862 | 13 DEPENDS="gcc-lib-base libcrypto zlib" |
pascal@21862 | 14 BUILD_DEPENDS="openssl-dev" |
pascal@16073 | 15 |
pascal@16073 | 16 # Rules to configure and make the package. |
pascal@16073 | 17 compile_rules() |
pascal@16073 | 18 { |
pascal@16073 | 19 ./configure --prefix=/usr --infodir=/usr/share/info \ |
pascal@16073 | 20 --mandir=/usr/share/man \ |
pascal@16073 | 21 $CONFIGURE_ARGS && |
pascal@16073 | 22 make && |
pascal@16073 | 23 make DESTDIR=$DESTDIR install |
pascal@16073 | 24 } |
pascal@16073 | 25 |
pascal@16073 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@16073 | 27 genpkg_rules() |
pascal@16073 | 28 { |
pascal@16073 | 29 mkdir -p $fs/usr |
pascal@16073 | 30 cp -a $install/usr/bin $fs/usr |
pascal@16073 | 31 } |