linphone-iphone/build/openembedded/antlr3/antlr3c.inc
2015-06-16 14:39:57 +02:00

15 lines
256 B
PHP

DESCRIPTION = "Linphone version of antlr3"
LICENSE = "GPL"
PROVIDES = "antlr3c antlr3c-dev"
ALLOW_EMPTY_${PN} = "1"
S = "${WORKDIR}/git/runtime/C"
inherit autotools pkgconfig lib_package
do_fetch_append() {
import os
os.system("autogen.sh")
}