blob: 24046b5f994cfdf2736bbab37b71f052098f5499 [file] [edit]
create {
platform_re: "linux-.*"
source {
git {
repo: "https://github.com/lloyd/yajl"
tag_pattern: "%s"
}
}
}
create {
platform_re: "linux-.*"
build {
tool: "tools/autoconf"
tool: "tools/automake"
tool: "tools/libtool"
tool: "tools/texinfo"
tool: "tools/sed"
tool: "tools/gperf"
tool: "tools/cmake3"
}
}
upload {
pkg_prefix: "static_libs"
}