wok-next diff testdisk/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents 7506b35e1c6f
children
line diff
     1.1 --- a/testdisk/receipt	Mon Aug 13 00:47:17 2018 +0300
     1.2 +++ b/testdisk/receipt	Mon Jun 29 13:44:08 2020 +0100
     1.3 @@ -3,31 +3,32 @@
     1.4  PACKAGE="testdisk"
     1.5  VERSION="7.0"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="Data recovery tools (testdisk + photorec)."
     1.8 -MAINTAINER="pankso@slitaz.org"
     1.9 +SHORT_DESC="Data recovery tools (testdisk + photorec)"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12 +WEB_SITE="https://www.cgsecurity.org/wiki/TestDisk"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="https://www.cgsecurity.org/wiki/TestDisk"
    1.16  WGET_URL="https://www.cgsecurity.org/$TARBALL"
    1.17 -TAGS="recovery rescue"
    1.18  
    1.19 -DEPENDS="e2fsprogs ncurses jpeg krb5 zlib libcomerr3 ntfsprogs ntfs-3g"
    1.20  BUILD_DEPENDS="e2fsprogs-dev ncurses-dev jpeg-dev ntfsprogs-dev ntfs-3g-dev"
    1.21 -SUGGESTED="btrfs-progs e2fsprogs f2fs-tools dosfstools mtools hfsutils \
    1.22 -hfsprogs jfsutils util-linux lvm2 nilfs-utils ntfsprogs reiser4progs \
    1.23 -reiserfsprogs xfsprogs"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 +compile_rules() {
    1.29  	sed -i 's/COLOR_RED/COLOR_YELLOW/' src/intrfn.c
    1.30 -	./configure --with-ntfs3g $CONFIGURE_ARGS &&
    1.31 -	make && make install
    1.32 +
    1.33 +	./configure \
    1.34 +		--with-ntfs3g \
    1.35 +		$CONFIGURE_ARGS &&
    1.36 +	make &&
    1.37 +	make install
    1.38  }
    1.39  
    1.40 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.41 -genpkg_rules()
    1.42 -{
    1.43 +genpkg_rules() {
    1.44  	mkdir -p $fs/usr
    1.45  	cp -a $install/usr/bin $fs/usr
    1.46 +	DEPENDS="e2fsprogs ncurses jpeg krb5 zlib libcomerr3 ntfsprogs ntfs-3g"
    1.47 +	SUGGESTED="btrfs-progs e2fsprogs f2fs-tools dosfstools mtools hfsutils \
    1.48 +	hfsprogs jfsutils util-linux lvm2 nilfs-utils ntfsprogs reiser4progs \
    1.49 +	reiserfsprogs xfsprogs"
    1.50 +	TAGS="recovery rescue"
    1.51  }