tsmd: install also a little helper script to control the touchscreen daemon
[openembedded.git] / recipes / cccc / cccc_3.pre84.bb
blobb2a7a4aab46898fe7a10df36b7ce3f3cfbf35c9b
1 # BROKEN because it needs a native antlr, which in turn needs
2 # a native java virtual machine. blech. -CL
3 BROKEN = "1"
4 DEPENDS += "antlr-native"
6 DESCRIPTION = "C and C++ Code Counter, a software metrics tool"
7 LICENSE = "PD"
8 PRIORITY = "optional"
9 SECTION = "devel"
10 HOMEPAGE = "http://cccc.sourceforge.net/"
12 SRC_URI = "${SOURCEFORGE_MIRROR}/cccc/cccc-${PV}.tar.gz"
14 EXTRA_OEMAKE = "'CCC=${CC}' 'LD=${CC}' \
15 'CFLAGS=-c -I${S}/pccts/h -x c++ ${CFLAGS}' \
16 'LDFLAGS=${LDFLAGS}'"
18 do_compile () {
19 oe_runmake -C cccc -f posixgcc.mak
22 SRC_URI[md5sum] = "7b3d8bd3cbb27d7b9debe5c3398f9f7f"
23 SRC_URI[sha256sum] = "015c4237a532b873990aeeecdf351138ce5a811d062d6db73c611a4985de5435"