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

depends:
- filename: gnu-toolchain.bst
  type: build
- filename: core/autoconf.bst
  type: build
- filename: core/automake.bst
  type: build
- filename: core/file.bst
  type: build
- filename: core/help2man.bst
  type: build
- filename: core/git-minimal.bst
  type: build
- filename: core/patch.bst
  type: build
- filename: core/texinfo-tarball.bst
  type: build
- filename: core/xz.bst
  type: build
- filename: core/mini-utils.bst
  type: build

sources:
- kind: git
  url: upstream:libtool
  track: v2.4.6
  ref: f09d00cbcf924c378573163e244fffeb8d28005f
  submodules:
    gnulib:
      url: upstream:gnulib

config:
  configure-commands:
  - export NOCONFIGURE=1; export MAKEFLAGS="-j 1"; ./bootstrap
  - ./configure --prefix="%{prefix}" --sysconfdir=/etc --localstatedir=/var