wok diff electric-fence/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents b78e79c31b1f
children
line diff
     1.1 --- a/electric-fence/receipt	Fri Feb 11 11:14:46 2022 +0000
     1.2 +++ b/electric-fence/receipt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="electric-fence"
     1.7 -VERSION="2.2.5"
     1.8 +VERSION="2.2.6"
     1.9  CATEGORY="development"
    1.10  TAGS="debugger"
    1.11 -SHORT_DESC="Memory allocation debugger"
    1.12 +SHORT_DESC="Memory allocation debugger."
    1.13  MAINTAINER="erjo@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15  WEB_SITE="https://web.archive.org/web/20121027131441/http://perens.com/works/software/ElectricFence/"
    1.16 +REPOLOGY="electricfence"
    1.17  
    1.18  TARBALL="${PACKAGE}_${VERSION}.tar.gz"
    1.19 -WGET_URL="http://deb.debian.org/debian/pool/main/e/$PACKAGE/$TARBALL"
    1.20 +WGET_URL="https://deb.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    1.21  
    1.22  DEPENDS="gdb"
    1.23  
    1.24 @@ -30,8 +31,10 @@
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	mkdir -p $fs/usr/lib  $fs/usr/bin
    1.29 -	cp -a $src/eftest $fs/usr/bin
    1.30 -	cp -a $src/tstheap $fs/usr/bin
    1.31 -	cp -a $src/*.a  $fs/usr/lib
    1.32 +	mkdir -p $fs/usr/bin
    1.33 +	mkdir -p $fs/usr/lib
    1.34 +
    1.35 +	cp -a $src/eftest	$fs/usr/bin
    1.36 +	cp -a $src/tstheap	$fs/usr/bin
    1.37 +	cp -a $src/*.a		$fs/usr/lib
    1.38  }