summaryrefslogtreecommitdiff
path: root/elements/deploy-tools/parted.bst
blob: 02c6b07a1b46c6f641e23590e7fedb81b9696669 (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
48
49
50
51
52
53
kind: autotools

depends:
- filename: core/bash.bst
  type: build
- filename: core/libtool.bst
  type: build
- filename: core/e2fsprogs.bst
  type: build
- filename: core/gperf.bst
  type: build
- filename: core/bc.bst
  type: build
- filename: gnu-toolchain.bst
  type: build
- filename: core/autoconf.bst
  type: build
- filename: core/automake.bst
  type: build
- filename: core/gettext-tarball.bst
  type: build
- filename: core/texinfo-tarball.bst
  type: build
- filename: core/mini-utils.bst
  type: build
- filename: core/util-linux.bst
  type: build
- filename: core/ncurses.bst
  type: build
- filename: core/readline.bst
  type: build
- filename: core/file.bst
  type: build
- filename: core/pkg-config.bst
  type: build

sources:
- kind: git
  url: upstream:parted
  track: baserock/v3.2
  ref: 387e96e6eac59d84e9a688422b4b321ae9beaa20
  submodules:
    gnulib:
      url: upstream:gnulib

config:
  configure-commands:
  - sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
  - sed -i -e '/^buildreq="/,/^"/{/perl/d}' bootstrap.conf
  - ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
  - ./configure --prefix="%{prefix}" --disable-device-mapper
  build-commands:
  - make WERROR_CFLAGS=""