# HG changeset patch # User Hans-G?nter Theisgen # Date 1556035699 -3600 # Node ID 60881e583eec180ed79a4fcca78ea6dd73bba4d3 # Parent a3ac71e60068c68737159ae5b50287af2fcb9a9b updated magicrescue (1.1.9 -> 1.1.10) diff -r a3ac71e60068 -r 60881e583eec magicrescue/receipt --- a/magicrescue/receipt Tue Apr 23 16:51:49 2019 +0100 +++ b/magicrescue/receipt Tue Apr 23 17:08:19 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="magicrescue" -VERSION="1.1.9" +VERSION="1.1.10" CATEGORY="utilities" SHORT_DESC="Find and recover deleted files on block devices." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" +WEB_SITE="https://github.com/jbj/magicrescue/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://freshmeat.net/projects/magicrescue/" -WGET_URL="http://www.itu.dk/people/jobr/$PACKAGE/release/$TARBALL" +WGET_URL="https://github.com/jbj/$PACKAGE/archive/v$VERSION.tar.gz" DEPENDS="perl" @@ -16,17 +17,18 @@ compile_rules() { sed -i 's|/man/|/share&|' Makefile* - install -d $DESTDIR/usr - ./configure \ - --prefix=/usr \ + + ./configure \ + --prefix=/usr \ $CONFIGURE_ARGS && - make PREFIX=$DESTDIR/usr install + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/magicrescue $fs/usr/share + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/magicrescue $fs/usr/share }