linphone-iphone/build/openembedded/antlr3/antlr3c.inc
2013-12-13 15:26:00 +01:00

15 lines
213 B
PHP

DESCRIPTION = "Linphone version of antlr3"
LICENSE = "GPL"
DEPENDS = ""
S = "${WORKDIR}/git/runtime/C"
inherit autotools pkgconfig lib_package
do_fetch_append() {
import os
os.system("autogen.sh")
}