wok-next rev 21620

updated electric-fence (2.1.13 -> 2.2.5)
author Hans-G?nter Theisgen
date Thu Jun 25 14:11:11 2020 +0100 (2020-06-25)
parents 018c5a6ef002
children 8db3662c6d93
files electric-fence/receipt
line diff
     1.1 --- a/electric-fence/receipt	Thu Jun 25 14:00:56 2020 +0100
     1.2 +++ b/electric-fence/receipt	Thu Jun 25 14:11:11 2020 +0100
     1.3 @@ -1,30 +1,32 @@
     1.4  # SliTaz package receipt v2.
     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="devel@slitaz.org"
    1.13 +MAINTAINER="maintainer@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -WEB_SITE="https://web.archive.org/web/20121027131441/http://perens.com/works/software/ElectricFence/"
    1.16 +WEB_SITE="https://packages.debian.org/sid/electric-fence"
    1.17  REPOLOGY="electricfence"
    1.18  
    1.19 -TARBALL="${PACKAGE}_$VERSION-0.1.tar.gz"
    1.20 -#WGET_URL="http://perens.com/works/software/ElectricFence/$TARBALL"
    1.21 -WGET_URL="https://web.archive.org/web/20110624035729if_/http://www.perens.com/works/software/ElectricFence/$TARBALL"
    1.22 +TARBALL="${PACKAGE}_$VERSION.tar.gz"
    1.23 +WGET_URL="http://deb.debian.org/debian/pool/main/e/$PACKAGE/$TARBALL"
    1.24  
    1.25 -# newer version: https://packages.debian.org/sid/electric-fence
    1.26 +compile_rules()
    1.27 +{
    1.28 +	make || return 1
    1.29  
    1.30 -compile_rules() {
    1.31 -	make || return 1
    1.32 -	mkdir -p $install/usr/lib $install/usr/bin
    1.33 -	cp -a $src/eftest $install/usr/bin
    1.34 -	cp -a $src/tstheap $install/usr/bin
    1.35 -	cp -a $src/*.a  $install/usr/lib
    1.36 +	mkdir -p $install/usr/lib
    1.37 +	mkdir -p $install/usr/bin
    1.38 +
    1.39 +	cp -a $src/eftest	$install/usr/bin
    1.40 +	cp -a $src/tstheap	$install/usr/bin
    1.41 +	cp -a $src/*.a		$install/usr/lib
    1.42  }
    1.43  
    1.44 -genpkg_rules() {
    1.45 +genpkg_rules()
    1.46 +{
    1.47  	copy @std @dev
    1.48  	DEPENDS="gdb"
    1.49 -	TAGS="debugger"
    1.50  }