wok annotate hfsprescue/receipt @ rev 21615

Up opencv (3.4.6)
author maniac
date Thu May 23 22:07:21 2019 +0300 (2019-05-23)
parents e0a6955b0a12
children c1eb003410dc
rev   line source
pascal@16073 1 # SliTaz package receipt.
pascal@16073 2
pascal@16073 3 PACKAGE="hfsprescue"
pascal@18228 4 VERSION="1.1"
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@16073 13 DEPENDS="gcc-lib-base"
pascal@16073 14
pascal@16073 15 # Rules to configure and make the package.
pascal@16073 16 compile_rules()
pascal@16073 17 {
pascal@16073 18 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@16073 19 --mandir=/usr/share/man \
pascal@16073 20 $CONFIGURE_ARGS &&
pascal@16073 21 make &&
pascal@16073 22 make DESTDIR=$DESTDIR install
pascal@16073 23 }
pascal@16073 24
pascal@16073 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@16073 26 genpkg_rules()
pascal@16073 27 {
pascal@16073 28 mkdir -p $fs/usr
pascal@16073 29 cp -a $install/usr/bin $fs/usr
pascal@16073 30 }