summaryrefslogtreecommitdiff
path: root/elements/core/autoconf-tarball.bst
blob: 7c10454c3e1f4981d48b303208f1aa64fe7fb6ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kind: autotools

depends:
- filename: gnu-toolchain.bst
  type: build
# autorecof is a perl script, so perl is a runtime dependency
# for autoconf.
- core/perl.bst

sources:
- kind: git
  url: upstream:autoconf-tarball
  track: autoconf-2.69
  ref: 55d1d2c339bc5f935f6d8d702e98b7bd5d968e9d

config:
  configure-commands:
  - ./configure --prefix="%{prefix}"