wok view electric-fence/receipt @ rev 11113

ptlib: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 25 08:48:31 2011 +0200 (2011-10-25)
parents 31c985a0bd3d
children fcdd50638150
line source
1 # SliTaz package receipt.
3 PACKAGE="electric-fence"
4 VERSION="2.1.13"
5 CATEGORY="development"
6 SHORT_DESC="Memory allocation debugger"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gdb"
9 TARBALL="${PACKAGE}_${VERSION}-0.1.tar.gz"
10 WEB_SITE="http://perens.com/works/software/"
11 WGET_URL="http://perens.com/works/software/ElectricFence/$TARBALL"
12 TAGS="debugger"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib $fs/usr/bin
26 cp -a $src/eftest $fs/usr/bin
27 cp -a $src/tstheap $fs/usr/bin
28 cp -a $src/*.a $fs/usr/lib
29 }