summaryrefslogtreecommitdiff
path: root/elements/deploy-tools/parted.bst
blob: 7e2f7b6460f53b51a7d418df4195d71f7d4330e2 (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
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
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=""