summaryrefslogtreecommitdiff
path: root/elements/coreutils.bst
blob: 5b063b6f5ef886c8be28d1c90a5859d5af7e8226 (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
41
42
43
44
45
46
47
kind: autotools

depends:
- filename: core/bash.bst
  type: build
- filename: core/perl.bst
  type: build
- filename: core/automake.bst
  type: build
- filename: core/autoconf.bst
  type: build
- filename: core/gettext-tarball.bst
  type: build
- filename: core/bison.bst
  type: build
- filename: core/patch.bst
  type: build
- filename: core/xz.bst
  type: build
- filename: core/gperf.bst
  type: build
## EXTRA DEPENDENCIES
- filename: gnu-toolchain.bst
  type: build
- filename: core/texinfo-tarball.bst
  type: build
- filename: core/mini-utils.bst
  type: build

sources:
- kind: git
  url: upstream:coreutils
  track: v8.25
  ref: 68f73f23866d6137e9c8d88d86073b33588d7b56
  submodules:
    gnulib:
      url: upstream:gnulib

config:
  configure-commands:
  - sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
  - bash bootstrap --skip-po --no-git --no-bootstrap-sync --gnulib-srcdir=gnulib
  - FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="%{prefix}" --disable-nls
  build-commands:
  - make WERROR_CFLAGS=
  install-commands:
  - make INSTALL_PROGRAM=install DESTDIR="%{install-root}" install