wok diff 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
line diff
     1.1 --- a/hfsprescue/receipt	Fri Mar 14 10:24:30 2014 +0000
     1.2 +++ b/hfsprescue/receipt	Thu May 23 22:07:21 2019 +0300
     1.3 @@ -1,17 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="hfsprescue"
     1.7 -VERSION="0.3"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="HFS+ recovery tool."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.plop.at/en/hfsprescue.html"
    1.15 -WGET_URL="http://download.plop.at/files/$PACKAGE/$TARBALL"
    1.16 +WGET_URL="http://download.plop.at/$PACKAGE/$TARBALL"
    1.17  
    1.18  DEPENDS="gcc-lib-base"
    1.19 -BUILD_DEPENDS=""
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -29,4 +28,3 @@
    1.24  	mkdir -p $fs/usr
    1.25  	cp -a $install/usr/bin $fs/usr
    1.26  }
    1.27 -