| 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" | |
| } |