wok annotate lcov/receipt @ rev 23807

eudev: include relocated udevadm
author Richard Dunbar <mojo@slitaz.org>
date Sun May 24 12:23:14 2020 -0400 (2020-05-24)
parents d0b42f5e3543
children 5ea0ce1cecc0
rev   line source
pascal@20523 1 # SliTaz package receipt.
pascal@20523 2
pascal@20523 3 PACKAGE="lcov"
Hans-G?nter@22995 4 VERSION="1.14"
pascal@20523 5 CATEGORY="development"
Hans-G?nter@22995 6 SHORT_DESC="LTP GCOV extension code coverage tool."
pascal@20523 7 MAINTAINER="pascal.bellard@slitaz.org"
Hans-G?nter@22995 8 LICENSE="GPLv2+"
Hans-G?nter@22995 9 WEB_SITE="https://github.com/linux-test-project/lcov"
Hans-G?nter@22995 10
pascal@20523 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@22995 12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
pascal@20523 13
pascal@20523 14 SUGGESTED="gcc"
pascal@20523 15 DEPENDS="perl"
pascal@20523 16
pascal@20523 17 # Rules to configure and make the package.
pascal@20523 18 compile_rules()
pascal@20523 19 {
pascal@20523 20 make PREFIX=/usr CFG_DIR=/etc DESTDIR=$DESTDIR install
pascal@20523 21 }
pascal@20523 22
pascal@20523 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20523 24 genpkg_rules()
pascal@20523 25 {
pascal@20523 26 mkdir -p $fs/usr
Hans-G?nter@22995 27
Hans-G?nter@22995 28 cp -a $install/usr/bin $fs/usr
Hans-G?nter@22995 29 cp -a $install/etc $fs
pascal@20523 30 }