wok diff electric-fence/receipt @ rev 22639

dd_rescue: update $TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 13 21:10:17 2020 +0100 (2020-01-13)
parents 20661c276bcf
children b78e79c31b1f
line diff
     1.1 --- a/electric-fence/receipt	Sun Jan 27 17:42:10 2019 +0100
     1.2 +++ b/electric-fence/receipt	Mon Jan 13 21:10:17 2020 +0100
     1.3 @@ -1,23 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="electric-fence"
     1.7 -VERSION="2.1.13"
     1.8 +VERSION="2.2.5"
     1.9  CATEGORY="development"
    1.10 +TAGS="debugger"
    1.11  SHORT_DESC="Memory allocation debugger"
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -TARBALL="${PACKAGE}_${VERSION}-0.1.tar.gz"
    1.15  WEB_SITE="https://web.archive.org/web/20121027131441/http://perens.com/works/software/ElectricFence/"
    1.16 -WGET_URL="https://web.archive.org/web/20110624035729if_/http://www.perens.com/works/software/ElectricFence/$TARBALL"
    1.17 -TAGS="debugger"
    1.18 +
    1.19 +TARBALL="${PACKAGE}_${VERSION}.tar.gz"
    1.20 +WGET_URL="http://deb.debian.org/debian/pool/main/e/$PACKAGE/$TARBALL"
    1.21  
    1.22  DEPENDS="gdb"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28 -	
    1.29  	make 
    1.30  }
    1.31  
    1.32 @@ -29,4 +28,3 @@
    1.33  	cp -a $src/tstheap $fs/usr/bin
    1.34  	cp -a $src/*.a  $fs/usr/lib
    1.35  }
    1.36 -