wok-next view electric-fence/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 6befec62b46c
children 5fd44cb9231b
line source
1 # SliTaz package receipt v2.
3 PACKAGE="electric-fence"
4 VERSION="2.1.13"
5 CATEGORY="development"
6 SHORT_DESC="Memory allocation debugger"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://web.archive.org/web/20121027131441/http://perens.com/works/software/ElectricFence/"
10 REPOLOGY="electricfence"
12 TARBALL="${PACKAGE}_$VERSION-0.1.tar.gz"
13 #WGET_URL="http://perens.com/works/software/ElectricFence/$TARBALL"
14 WGET_URL="https://web.archive.org/web/20110624035729if_/http://www.perens.com/works/software/ElectricFence/$TARBALL"
16 # newer version: https://packages.debian.org/sid/electric-fence
18 compile_rules() {
19 make || return 1
20 mkdir -p $install/usr/lib $install/usr/bin
21 cp -a $src/eftest $install/usr/bin
22 cp -a $src/tstheap $install/usr/bin
23 cp -a $src/*.a $install/usr/lib
24 }
26 genpkg_rules() {
27 copy @std @dev
28 DEPENDS="gdb"
29 TAGS="debugger"
30 }