aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sysstat/sysstat.inc
blob: 6bdad34453ccebbf3e8e731b7efb34c1b3db235d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux."
HOMEPAGE = "http://pagesperso-orange.fr/sebastien.godard/"
LICENSE = "GPL"
SECTION = "console/utils"
INC_PR = "r3"

SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz"

inherit autotools gettext

do_configure_prepend() {
	sed -i s,'-g $(MAN_GROUP)','', Makefile.in
}

FILES_${PN} += "${libdir}/sa"

TARGET_CC_ARCH += "${LDFLAGS}"
LDFLAGS_append_libc-uclibc = " -lintl"