wok view electric-fence/receipt @ rev 15588

arj: ugly ack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 02 16:43:36 2013 +0000 (2013-12-02)
parents a1c1d35d9f92
children e3f377fbc5f0
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 LICENSE="GPL2"
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 DEPENDS="gdb"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
21 make
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib $fs/usr/bin
28 cp -a $src/eftest $fs/usr/bin
29 cp -a $src/tstheap $fs/usr/bin
30 cp -a $src/*.a $fs/usr/lib
31 }