aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sysstat/sysstat_8.1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sysstat/sysstat_8.1.5.bb')
-rw-r--r--recipes/sysstat/sysstat_8.1.5.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/sysstat/sysstat_8.1.5.bb b/recipes/sysstat/sysstat_8.1.5.bb
new file mode 100644
index 0000000000..0f394ed259
--- /dev/null
+++ b/recipes/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"
+