tomoyo-tools_2.5.0.bb 930 B

123456789101112131415161718192021222324252627282930
  1. SUMMARY = "TOMOYO Linux tools"
  2. DESCRIPTION = "TOMOYO Linux is a Mandatory Access Control (MAC) implementation \
  3. for Linux that can be used to increase the security of a system, while also \
  4. being useful purely as a system analysis tool."
  5. HOMEPAGE = "http://tomoyo.sourceforge.jp/"
  6. SECTION = "System Environment/Kernel"
  7. SRC_URI = "http://jaist.dl.sourceforge.jp/tomoyo/53357/${BP}-20140601.tar.gz"
  8. SRC_URI[md5sum] = "888869b793127f00d6439a3246598b83"
  9. SRC_URI[sha256sum] = "118ef6ba1fbf7c0b83018c3a0d4d5485dfb9b5b7f647f37ce9f63841a3133c2a"
  10. S = "${WORKDIR}/${BPN}"
  11. LICENSE = "GPLv2"
  12. LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe"
  13. FILES_${PN} += "${libdir}/tomoyo"
  14. FILES_${PN}-dbg += "${libdir}/tomoyo/.debug"
  15. DEPENDS = "linux-libc-headers ncurses"
  16. EXTRA_OEMAKE = "-e USRLIBDIR=${libdir}"
  17. do_compile () {
  18. oe_runmake 'CC=${CC}'
  19. }
  20. do_install() {
  21. oe_runmake install INSTALLDIR=${D}
  22. }