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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents fcdd50638150
children d958fec46c9f
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="http://perens.com/works/software/"
11 TARBALL="${PACKAGE}_${VERSION}-0.1.tar.gz"
12 WGET_URL="http://perens.com/works/software/ElectricFence/$TARBALL"
14 compile_rules() {
15 make || return 1
16 mkdir -p $install/usr/lib $install/usr/bin
17 cp -a $src/eftest $install/usr/bin
18 cp -a $src/tstheap $install/usr/bin
19 cp -a $src/*.a $install/usr/lib
20 }
22 genpkg_rules() {
23 copy @std @dev
24 DEPENDS="gdb"
25 TAGS="debugger"
26 }