wok-next diff magicrescue/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents e8c84b81fa04
children
line diff
     1.1 --- a/magicrescue/receipt	Wed Jul 06 12:08:46 2016 +0200
     1.2 +++ b/magicrescue/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -3,30 +3,25 @@
     1.4  PACKAGE="magicrescue"
     1.5  VERSION="1.1.9"
     1.6  CATEGORY="utilities"
     1.7 -SHORT_DESC="Find and recover deleted files on block devices."
     1.8 -MAINTAINER="slaxemulator@gmail.com"
     1.9 +SHORT_DESC="Find and recover deleted files on block devices"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12 +WEB_SITE="http://freshmeat.sourceforge.net/projects/magicrescue/"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WEB_SITE="http://freshmeat.net/projects/magicrescue/"
    1.16  WGET_URL="http://www.itu.dk/people/jobr/$PACKAGE/release/$TARBALL"
    1.17  
    1.18 -DEPENDS="perl"
    1.19 +compile_rules() {
    1.20 +	sed -i 's|/man/|/share&|' Makefile*
    1.21 +	install -d $install/usr
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	sed -i 's|/man/|/share&|' Makefile*
    1.27 -	install -d $DESTDIR/usr
    1.28  	./configure \
    1.29  		--prefix=/usr \
    1.30  		$CONFIGURE_ARGS &&
    1.31 -	make PREFIX=$DESTDIR/usr install
    1.32 +	make PREFIX=$install/usr install
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 -	mkdir -p $fs/usr/share
    1.39 -	cp -a $install/usr/bin $fs/usr
    1.40 -	cp -a $install/usr/share/magicrescue $fs/usr/share
    1.41 +genpkg_rules() {
    1.42 +	copy @std
    1.43 +	DEPENDS="perl"
    1.44  }