add sysstat, a performance monitoring utility for linux
authorMichael Lauer <mickey@vanille-media.de>
Sat, 16 Aug 2008 16:17:54 +0000 (16:17 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 16 Aug 2008 16:17:54 +0000 (16:17 +0000)
packages/sysstat/.mtn2git_empty [new file with mode: 0644]
packages/sysstat/sysstat_8.1.5.bb [new file with mode: 0644]

diff --git a/packages/sysstat/.mtn2git_empty b/packages/sysstat/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/sysstat/sysstat_8.1.5.bb b/packages/sysstat/sysstat_8.1.5.bb
new file mode 100644 (file)
index 0000000..0f394ed
--- /dev/null
@@ -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"
+