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

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 29 16:54:07 2018 +0300 (2018-09-29)
parents d958fec46c9f
children d5aab818505e
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="erjo@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 }