diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2008-10-15 12:04:43 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2008-10-15 12:04:43 +0200 |
commit | 52161525d00e26b7edda47bb8f94be6d030ff7f2 (patch) | |
tree | 27af4d2506d0205bd2f7895f8add5ed362c7b5a5 | |
parent | bd558780fab1e8e00d715e4bac3ee2fa86ac179c (diff) |
sysstat: add 8.1.6
-rw-r--r-- | packages/sysstat/sysstat_8.1.6.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/sysstat/sysstat_8.1.6.bb b/packages/sysstat/sysstat_8.1.6.bb new file mode 100644 index 0000000000..0f394ed259 --- /dev/null +++ b/packages/sysstat/sysstat_8.1.6.bb @@ -0,0 +1,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" + |