libmimetic_0.9.8.bb 858 B

123456789101112131415161718192021222324
  1. # Released under the MIT license.
  2. SUMMARY = "Mimetic Library for multi-part parsing"
  3. DESCRIPTION = "Email library (MIME) written in C++ designed to be easy to use and integrate but yet fast and efficient."
  4. AUTHOR = "Stefano Barbato <stefano@codesink.org>"
  5. HOMEPAGE = "http://www.codesink.org/mimetic_mime_library.html"
  6. BUGTRACKER = "https://github.com/LadislavSopko/mimetic/issues"
  7. LICENSE = "MIT"
  8. LIC_FILES_CHKSUM = "file://LICENSE;md5=b49da7df0ca479ef01ff7f2d799eabee"
  9. SRCREV = "50486af99b4f9b35522d7b3de40b6ce107505279"
  10. SRC_URI += "git://github.com/LadislavSopko/mimetic/ \
  11. file://0001-libmimetic-Removing-test-directory-from-the-Makefile.patch \
  12. file://0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch \
  13. "
  14. UPSTREAM_CHECK_COMMITS = "1"
  15. S = "${WORKDIR}/git"
  16. CXXFLAGS += "-Wno-narrowing"
  17. inherit autotools