wok view electric-fence/receipt @ rev 13880

busybox/busybox-static: add vi, less, nc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 17 14:05:32 2013 +0100 (2013-01-17)
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 }