summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/gawk.bst
blob: d97255ebeb681f7b057556af4502d2487b2b3cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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

  strip-commands:
  - |
    %{stage3-strip-binaries}

public:
  bst:
    split-rules:
      runtime:
        (=): []

      devel:
        (>):
        - |
          %{bindir}/*
        - |
          %{libdir}/gawk/*.so
        - |
          %{libexecdir}/awk/*
        - |
          %{datadir}/awk/*