aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sysstat
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-08-16 16:17:54 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-08-16 16:17:54 +0000
commit712e4372f029cb43d68c18713e0f9ac775781e81 (patch)
tree22e1a54452386aa8f795f8845262bf6ae4a99f7c /packages/sysstat
parent2792ce30ea1b3eb6a32bad578a956557e3040e89 (diff)
downloadopenembedded-712e4372f029cb43d68c18713e0f9ac775781e81.tar.gz
add sysstat, a performance monitoring utility for linux
Diffstat (limited to 'packages/sysstat')
-rw-r--r--packages/sysstat/.mtn2git_empty0
-rw-r--r--packages/sysstat/sysstat_8.1.5.bb15
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/sysstat/.mtn2git_empty b/packages/sysstat/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/sysstat/.mtn2git_empty
diff --git a/packages/sysstat/sysstat_8.1.5.bb b/packages/sysstat/sysstat_8.1.5.bb
new file mode 100644
index 0000000000..0f394ed259
--- /dev/null
+++ b/packages/sysstat/sysstat_8.1.5.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"
+