From f501976babcc283c7d2ae4bea25e5feefc4b98c2 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 22 Mar 2017 09:47:09 +0000 Subject: Moved all elements under the elements directory --- elements/gnu-toolchain/gawk.bst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 elements/gnu-toolchain/gawk.bst (limited to 'elements/gnu-toolchain/gawk.bst') diff --git a/elements/gnu-toolchain/gawk.bst b/elements/gnu-toolchain/gawk.bst new file mode 100644 index 00000000..7a612bfd --- /dev/null +++ b/elements/gnu-toolchain/gawk.bst @@ -0,0 +1,20 @@ +kind: autotools + +sources: +- kind: git + url: upstream:gawk + track: gawk-4.1-stable + ref: 925f9363c4b0a5bb9375298afcdcf404efb32587 + +depends: +- filename: gnu-toolchain/stage2.bst + type: build +- gnu-toolchain/fhs-dirs.bst +- gnu-toolchain/glibc.bst + +environment: + PATH: /usr/bin:/bin:/usr/sbin:/sbin:/tools/bin:/tools/sbin + +config: + configure-commands: + - ./configure --prefix="%{prefix}" --disable-nls -- cgit v1.2.1