summaryrefslogtreecommitdiff
path: root/elements/core/elfutils.bst
blob: c12ab5b3fad2c39cae282bba58d8fe021b48bd4e (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
kind: autotools

depends:
- filename: gnu-toolchain.bst
  type: build
- filename: core/autoconf.bst
  type: build
- filename: core/automake.bst
  type: build
- filename: core/flex.bst
  type: build
- filename: core/bison.bst
  type: build

sources:
- kind: git
  url: upstream:elfutils
  track: elfutils-0.173
  ref: aa36de0335e3ce12898954985a208f6336731289

config:
  configure-commands:
  - autoreconf -ivf
  - |
    ./configure --prefix="%{prefix}" \
                --sysconfdir=/etc \
                --localstatedir=/var \
                --enable-maintainer-mode