wok-6.x view collectd-dev/receipt @ rev 24411
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 09 17:57:59 2022 +0000 (2022-02-09) |
parents | e4f78af785ff |
children | 471c4bad5183 |
line source
1 # SliTaz package receipt.
3 PACKAGE="collectd-dev"
4 VERSION="5.10.0"
5 CATEGORY="network"
6 SHORT_DESC="System Statistics Collection Daemon - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://collectd.org"
11 DEPENDS="pkg-config"
12 WANTED="collectd"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }