1*4882a593SmuzhiyunSUMMARY = "A GNU program for formatting C code" 2*4882a593SmuzhiyunHOMEPAGE = "http://www.gnu.org/software/indent/" 3*4882a593SmuzhiyunSECTION = "Applications/Text" 4*4882a593SmuzhiyunDESCRIPTION = "Indent is a GNU program for beautifying C code, so that \ 5*4882a593Smuzhiyunit is easier to read. Indent can also convert from one C writing style \ 6*4882a593Smuzhiyunto a different one. Indent understands correct C syntax and tries to handle \ 7*4882a593Smuzhiyunincorrect C syntax. \ 8*4882a593SmuzhiyunInstall the indent package if you are developing applications in C and \ 9*4882a593Smuzhiyunyou want a program to format your code." 10*4882a593SmuzhiyunLICENSE = "GPL-3.0-only" 11*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 12*4882a593Smuzhiyun 13*4882a593SmuzhiyunDEPENDS = "virtual/gettext" 14*4882a593Smuzhiyun 15*4882a593SmuzhiyunSRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ 16*4882a593Smuzhiyun file://0001-src-indent.c-correct-the-check-for-locale.h.patch \ 17*4882a593Smuzhiyun file://0001-Makefile.am-remove-regression-dir.patch \ 18*4882a593Smuzhiyun file://0001-Fix-builds-with-recent-gettext.patch \ 19*4882a593Smuzhiyun file://0001-Remove-dead-paren_level-code.patch \ 20*4882a593Smuzhiyun " 21*4882a593SmuzhiyunSRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14" 22*4882a593SmuzhiyunSRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b" 23*4882a593Smuzhiyun 24*4882a593Smuzhiyuninherit autotools gettext texinfo 25*4882a593Smuzhiyun 26*4882a593SmuzhiyunCFLAGS:append:class-native = " -Wno-error=unused-value" 27*4882a593Smuzhiyun 28*4882a593SmuzhiyunBBCLASSEXTEND = "native" 29