Merge branch 'vuplus-1.6k' of code.vuplus.com:/opt/repository/openembedded into vuplu...
[vuplus_openembedded] / recipes / sysstat / sysstat.inc
1 DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux."
2 HOMEPAGE = "http://pagesperso-orange.fr/sebastien.godard/"
3 LICENSE = "GPL"
4 SECTION = "console/utils"
5 INC_PR = "r2"
6
7 DEPENDS = "virtual/libintl"
8
9 SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz"
10
11 inherit autotools
12
13 do_configure_prepend() {
14         sed -i s,'-g $(MAN_GROUP)','', Makefile.in
15 }
16
17 FILES_${PN} += "${libdir}/sa"
18
19 TARGET_CC_ARCH += "${LDFLAGS}"
20 LDFLAGS_append_linux-uclibc = " -lintl"
21 LDFLAGS_append_linux-uclibceabi = " -lintl"
22 LDFLAGS_append_linux-uclibcspe = " -lintl"