
Receipt for package "lcov"
# SliTaz package receipt. PACKAGE="lcov" VERSION="1.15" CATEGORY="development" SHORT_DESC="LTP GCOV extension code coverage tool." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPLv2+" WEB_SITE="https://github.com/linux-test-project/lcov" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" SUGGESTED="gcc" DEPENDS="perl" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { make install \ PREFIX=/usr \ CFG_DIR=/etc \ DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin cook_copy_folders etc }
6011 packages and 861670 files in cooking database (Sun May 11 00:50:42 2025)