summaryrefslogtreecommitdiff
path: root/elements/core/automake.bst
blob: 8cf6a3146be54567cce741928e9326d12e8cabe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
kind: autotools

depends:
- filename: gnu-toolchain.bst
  type: build
- filename: core/autoconf-tarball.bst
  type: build
- filename: core/texinfo-tarball.bst
  type: build

sources:
- kind: git
  url: upstream:automake
  track: v1.15
  ref: db43dd473361d90d8b00362cfef5bac8e722000d

config:
  configure-commands:
  - ./bootstrap.sh
  - ./configure --prefix="%{prefix}"
  build-commands:
  - unset DESTDIR; make