wok annotate lcov/receipt @ rev 21790

Update some websites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 30 10:35:07 2019 +0200 (2019-07-30)
parents
children 3f766b079e67
rev   line source
pascal@20523 1 # SliTaz package receipt.
pascal@20523 2
pascal@20523 3 PACKAGE="lcov"
pascal@20523 4 VERSION="1.13"
pascal@20523 5 CATEGORY="development"
pascal@20523 6 SHORT_DESC="."
pascal@20523 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20523 8 LICENSE=""
pascal@20523 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20523 10 WEB_SITE="http://ltp.sourceforge.net/coverage/lcov.php"
pascal@20523 11 WGET_URL="$SF_MIRROR/project/ltp/Coverage%20Analysis/LCOV-$VERSION/$TARBALL"
pascal@20523 12
pascal@20523 13 SUGGESTED="gcc"
pascal@20523 14 DEPENDS="perl"
pascal@20523 15
pascal@20523 16 # Rules to configure and make the package.
pascal@20523 17 compile_rules()
pascal@20523 18 {
pascal@20523 19 make PREFIX=/usr CFG_DIR=/etc DESTDIR=$DESTDIR install
pascal@20523 20 }
pascal@20523 21
pascal@20523 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20523 23 genpkg_rules()
pascal@20523 24 {
pascal@20523 25 mkdir -p $fs/usr
pascal@20523 26 cp -a $install/usr/bin $fs/usr
pascal@20523 27 cp -a $install/etc $fs
pascal@20523 28 }