linphone-iphone/build/openembedded/antlr3/antlr3c.inc
2014-04-24 19:41:28 +02:00

15 lines
207 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")
}