wok view electric-fence/receipt @ rev 22571

updated bullet and bullet-dev (2.82-r2704 -> 2.89)
author Hans-G?nter Theisgen
date Mon Jan 06 09:36:50 2020 +0100 (2020-01-06)
parents 20661c276bcf
children b78e79c31b1f
line source
1 # SliTaz package receipt.
3 PACKAGE="electric-fence"
4 VERSION="2.2.5"
5 CATEGORY="development"
6 TAGS="debugger"
7 SHORT_DESC="Memory allocation debugger"
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://web.archive.org/web/20121027131441/http://perens.com/works/software/ElectricFence/"
12 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
13 WGET_URL="http://deb.debian.org/debian/pool/main/e/$PACKAGE/$TARBALL"
15 DEPENDS="gdb"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib $fs/usr/bin
27 cp -a $src/eftest $fs/usr/bin
28 cp -a $src/tstheap $fs/usr/bin
29 cp -a $src/*.a $fs/usr/lib
30 }