wok-next annotate electric-fence/receipt @ rev 20882

Check Repology info from a* to g* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 10 20:08:05 2018 +0300 (2018-07-10)
parents e1c0edabdcb2
children 6befec62b46c
rev   line source
al@20473 1 # SliTaz package receipt v2.
erjo@1728 2
erjo@1728 3 PACKAGE="electric-fence"
erjo@1728 4 VERSION="2.1.13"
erjo@1728 5 CATEGORY="development"
erjo@1728 6 SHORT_DESC="Memory allocation debugger"
erjo@1728 7 MAINTAINER="erjo@slitaz.org"
pascal@15588 8 LICENSE="GPL2"
al@20473 9 WEB_SITE="http://perens.com/works/software/"
al@20882 10 REPOLOGY="electricfence"
al@20473 11
erjo@1728 12 TARBALL="${PACKAGE}_${VERSION}-0.1.tar.gz"
erjo@1728 13 WGET_URL="http://perens.com/works/software/ElectricFence/$TARBALL"
erjo@1728 14
al@20473 15 compile_rules() {
al@20473 16 make || return 1
al@20473 17 mkdir -p $install/usr/lib $install/usr/bin
al@20473 18 cp -a $src/eftest $install/usr/bin
al@20473 19 cp -a $src/tstheap $install/usr/bin
al@20473 20 cp -a $src/*.a $install/usr/lib
erjo@1728 21 }
erjo@1728 22
al@20473 23 genpkg_rules() {
al@20473 24 copy @std @dev
al@20473 25 DEPENDS="gdb"
al@20473 26 TAGS="debugger"
erjo@1728 27 }