libunix-statgrab_0.112.bb 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. SUMMARY = "Perl interface to the libstatgrab library"
  2. DESCRIPTION = "Unix::Statgrab is a wrapper for libstatgrab as available from \
  3. <http://www.i-scream.org/libstatgrab/>. It is a reasonably portable attempt \
  4. to query interesting stats about your computer. It covers information on \
  5. the operating system, CPU, memory usage, network interfaces, hard-disks \
  6. etc."
  7. HOMEPAGE = "https://metacpan.org/release/Unix-Statgrab"
  8. SECTION = "libs"
  9. LICENSE = "Artistic-1.0 | GPL-1.0+ | LGPL-2.1+"
  10. DEPENDS += "libcapture-tiny-perl-native"
  11. DEPENDS += "libconfig-autoconf-perl-native"
  12. DEPENDS += "libstatgrab"
  13. RDEPENDS_${PN} += "\
  14. libstatgrab \
  15. perl-module-autoloader \
  16. perl-module-carp \
  17. perl-module-dynaloader \
  18. perl-module-exporter \
  19. perl-module-strict \
  20. perl-module-vars \
  21. perl-module-warnings \
  22. "
  23. SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Unix-Statgrab-${PV}.tar.gz"
  24. LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
  25. file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d \
  26. file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \
  27. "
  28. SRC_URI[md5sum] = "a6bc06b3f7749f7d77a2b1bd13402821"
  29. SRC_URI[sha256sum] = "16a29f7acaeec081bf0e7303ba5ee24fda1d21a1104669b837745f3ea61d6afa"
  30. S = "${WORKDIR}/Unix-Statgrab-${PV}"
  31. inherit cpan pkgconfig ptest-perl
  32. BBCLASSEXTEND = "native"