libstatgrab_0.92.bb 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. DESCRIPTION = "Utilities to collect and visualise system statistics"
  2. HOMEPAGE = "http://www.i-scream.org/libstatgrab/"
  3. LICENSE = "GPL-2.0+"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
  5. DEPENDS = "ncurses"
  6. PACKAGES_prepend = "statgrab statgrab-dbg saidar saidar-dbg ${PN}-mrtg "
  7. # don't use the git tag unless docbooc2x is available to build the manpages
  8. SRC_URI = "https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATGRAB_0_92/libstatgrab-0.92.tar.gz \
  9. "
  10. SRC_URI[md5sum] = "5362b2ddbec54b3901e7d70c22cda249"
  11. SRC_URI[sha256sum] = "5bf1906aff9ffc3eeacf32567270f4d819055d8386d98b9c8c05519012d5a196"
  12. UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
  13. # Perl5 is for tests only
  14. EXTRA_OECONF = "--without-perl5 --with-mnttab=/proc/mounts"
  15. # use with caution - default properties are configured to trace
  16. PACKAGECONFIG ??= ""
  17. PACKAGECONFIG[log4cplus] = "--with-log4cplus,--without-log4cplus,log4cplus"
  18. PACKAGECONFIG[logging] = "--enable-logging,--disable-logging,"
  19. inherit autotools pkgconfig
  20. FILES_statgrab = "${bindir}/statgrab"
  21. FILES_statgrab-dbg = "${bindir}/.debug/statgrab"
  22. FILES_saidar = "${bindir}/saidar"
  23. FILES_saidar-dbg = "${bindir}/.debug/saidar"
  24. FILES_${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index"
  25. RDEPENDS_${PN}-mrtg_append = " perl statgrab"