| create { | |
| platform_re: "linux-amd64" | |
| source { | |
| url { | |
| download_url: "https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.55.tar.bz2" | |
| version: "1.55" | |
| } | |
| unpack_archive: true | |
| } | |
| } | |
| create { | |
| platform_re: "linux-amd64" | |
| build { | |
| tool: "tools/autoconf" | |
| tool: "tools/automake" | |
| tool: "tools/libtool" | |
| tool: "tools/texinfo" | |
| tool: "tools/sed" | |
| } | |
| } | |
| upload { pkg_prefix: "static_libs" } |