summaryrefslogtreecommitdiff
path: root/elements/core/libtool.bst
blob: e945a861e41e2a60ca4d6b5695cd3c6c0f7eda54 (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
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:
  # If we don't run `./boostrap` with git, this script will look
  # for the .tarball-version file to set up some versioning.
  - echo "2.4.6" > .tarball-version
  - export NOCONFIGURE=1; export MAKEFLAGS="-j 1"; ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
  - ./configure --prefix="%{prefix}" --sysconfdir=/etc --localstatedir=/var