wok annotate electric-fence/receipt @ rev 21136

link cream with libjpeg-9c
author Hans-G?nter Theisgen
date Thu Mar 21 16:56:04 2019 +0100 (2019-03-21)
parents 20661c276bcf
children b78e79c31b1f
rev   line source
erjo@1728 1 # SliTaz package receipt.
erjo@1728 2
erjo@1728 3 PACKAGE="electric-fence"
Hans-G?nter@20879 4 VERSION="2.2.5"
erjo@1728 5 CATEGORY="development"
Hans-G?nter@20879 6 TAGS="debugger"
erjo@1728 7 SHORT_DESC="Memory allocation debugger"
erjo@1728 8 MAINTAINER="erjo@slitaz.org"
pascal@15588 9 LICENSE="GPL2"
pascal@20682 10 WEB_SITE="https://web.archive.org/web/20121027131441/http://perens.com/works/software/ElectricFence/"
Hans-G?nter@20879 11
Hans-G?nter@20879 12 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
Hans-G?nter@20879 13 WGET_URL="http://deb.debian.org/debian/pool/main/e/$PACKAGE/$TARBALL"
erjo@1728 14
pascal@15588 15 DEPENDS="gdb"
pascal@15588 16
erjo@1728 17 # Rules to configure and make the package.
erjo@1728 18 compile_rules()
erjo@1728 19 {
erjo@1728 20 make
erjo@1728 21 }
erjo@1728 22
erjo@1728 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1728 24 genpkg_rules()
erjo@1728 25 {
erjo@1728 26 mkdir -p $fs/usr/lib $fs/usr/bin
erjo@1728 27 cp -a $src/eftest $fs/usr/bin
erjo@1728 28 cp -a $src/tstheap $fs/usr/bin
erjo@1728 29 cp -a $src/*.a $fs/usr/lib
erjo@1728 30 }