wok annotate collectd-dev/receipt @ rev 25002

updated nrg2iso (0.4 -> 0.4.1)
author Hans-G?nter Theisgen
date Mon May 16 14:45:30 2022 +0100 (2022-05-16)
parents 466f9b8e7e27
children
rev   line source
pascal@11218 1 # SliTaz package receipt.
pascal@11218 2
pascal@11218 3 PACKAGE="collectd-dev"
Hans-G?nter@24430 4 VERSION="5.12.0"
pascal@11218 5 CATEGORY="network"
Hans-G?nter@22608 6 SHORT_DESC="System Statistics Collection Daemon - development files."
pascal@11218 7 MAINTAINER="erjo@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
Hans-G?nter@22608 9 WEB_SITE="https://collectd.org"
pascal@11218 10
pascal@15596 11 DEPENDS="pkg-config"
Hans-G?nter@22608 12 WANTED="collectd"
pascal@11218 13
pascal@11218 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11218 15 genpkg_rules()
pascal@11218 16 {
Hans-G?nter@24430 17 cook_copy_folders include
Hans-G?nter@24430 18 cook_copy_folders pkgconfig
Hans-G?nter@24430 19 cook_copy_files *.*a
pascal@11218 20 }