mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-21 04:38:29 +00:00
15 lines
207 B
PHP
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")
|
|
}
|
|
|