sysstat: add 8.1.6
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 15 Oct 2008 10:04:43 +0000 (12:04 +0200)
committerKoen Kooi <koen@dominion.thruhere.net>
Wed, 15 Oct 2008 10:04:43 +0000 (12:04 +0200)
packages/sysstat/sysstat_8.1.6.bb [new file with mode: 0644]

diff --git a/packages/sysstat/sysstat_8.1.6.bb b/packages/sysstat/sysstat_8.1.6.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"
+