wok-6.x diff magicrescue/receipt @ rev 22266
updated xorg-xf86-input-evdev (2.7.0 -> 2.10.6)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 10:20:38 2019 +0100 (2019-11-13) |
parents | e8c84b81fa04 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/magicrescue/receipt Wed Jul 06 12:08:46 2016 +0200 1.2 +++ b/magicrescue/receipt Wed Nov 13 10:20:38 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 }