create { | |
platform_re: "linux-.*|mac-.*" | |
source { | |
git { | |
repo: "https://github.com/libexpat/libexpat" | |
# libexpat release tags look like "R_1_2_3" | |
tag_pattern: "R_%s" | |
version_join: "_" | |
} | |
patch_version: "chromium.1" | |
cpe_base_address: "cpe:/a:libexpat_project:libexpat" | |
} | |
build { | |
tool: "tools/autoconf" | |
tool: "tools/automake" | |
tool: "tools/libtool" | |
tool: "tools/sed" | |
} | |
} | |
upload { pkg_prefix: "static_libs" } |