wok rev 21412

updated magicrescue (1.1.9 -> 1.1.10)
author Hans-G?nter Theisgen
date Tue Apr 23 17:08:19 2019 +0100 (2019-04-23)
parents a3ac71e60068
children 02f84d387161 6f69af373b8d
files magicrescue/receipt
line diff
     1.1 --- a/magicrescue/receipt	Tue Apr 23 16:51:49 2019 +0100
     1.2 +++ b/magicrescue/receipt	Tue Apr 23 17:08:19 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="magicrescue"
     1.7 -VERSION="1.1.9"
     1.8 +VERSION="1.1.10"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Find and recover deleted files on block devices."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="https://github.com/jbj/magicrescue/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://freshmeat.net/projects/magicrescue/"
    1.17 -WGET_URL="http://www.itu.dk/people/jobr/$PACKAGE/release/$TARBALL"
    1.18 +WGET_URL="https://github.com/jbj/$PACKAGE/archive/v$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS="perl"
    1.21  
    1.22 @@ -16,17 +17,18 @@
    1.23  compile_rules()
    1.24  {
    1.25  	sed -i 's|/man/|/share&|' Makefile*
    1.26 -	install -d $DESTDIR/usr
    1.27 -	./configure \
    1.28 -		--prefix=/usr \
    1.29 +
    1.30 +	./configure		\
    1.31 +		--prefix=/usr	\
    1.32  		$CONFIGURE_ARGS &&
    1.33 -	make PREFIX=$DESTDIR/usr install
    1.34 +	make install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38  genpkg_rules()
    1.39  {
    1.40  	mkdir -p $fs/usr/share
    1.41 -	cp -a $install/usr/bin $fs/usr
    1.42 -	cp -a $install/usr/share/magicrescue $fs/usr/share
    1.43 +
    1.44 +	cp -a $install/usr/bin			$fs/usr
    1.45 +	cp -a $install/usr/share/magicrescue	$fs/usr/share
    1.46  }