blob: 0f394ed259b6af150b02c9878060d19a256915ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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"
SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz"
inherit autotools
do_configure_prepend() {
sed -i s,'-g $(MAN_GROUP)','', Makefile.in
}
FILES_${PN} += "${libdir}/sa"
|