wok view collectd-dev/receipt @ rev 14601

SLiM session: slim up 1.3.5; added slim-theme manager; added three hand-made themes. Read forum for details
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 28 13:24:15 2013 +0000 (2013-05-28)
parents 91ed8fa372e3
children 408c87fa22ca
line source
1 # SliTaz package receipt.
3 PACKAGE="collectd-dev"
4 VERSION="5.1.0"
5 CATEGORY="network"
6 SHORT_DESC="System Stattistics Collection Daemon"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS=""
9 WEB_SITE="http://collectd.org"
10 WANTED="collectd"
11 # Rules to config
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $_pkg/usr/include $fs/usr
20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
23 }