indent_2.2.12.bb 1.1 KB

123456789101112131415161718192021222324252627
  1. SUMMARY = "A GNU program for formatting C code"
  2. HOMEPAGE = "http://www.gnu.org/software/indent/"
  3. SECTION = "Applications/Text"
  4. DESCRIPTION = "Indent is a GNU program for beautifying C code, so that \
  5. it is easier to read. Indent can also convert from one C writing style \
  6. to a different one. Indent understands correct C syntax and tries to handle \
  7. incorrect C syntax. \
  8. Install the indent package if you are developing applications in C and \
  9. you want a program to format your code."
  10. LICENSE = "GPLv3"
  11. LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
  12. SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
  13. file://0001-src-indent.c-correct-the-check-for-locale.h.patch \
  14. file://0001-Makefile.am-remove-regression-dir.patch \
  15. file://0001-Fix-builds-with-recent-gettext.patch \
  16. "
  17. SRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14"
  18. SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b"
  19. inherit autotools gettext texinfo
  20. CFLAGS_class-native += " -Wno-error=unused-value"
  21. FILES_${PN}-doc += "/usr/doc/indent/indent.html"
  22. BBCLASSEXTEND = "native"