summaryrefslogtreecommitdiff
path: root/elements/deploy-tools/parted.bst
blob: e1024f900cc972dce022b54b9aa72cf35505ded7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
kind: autotools
depends:
- core.bst
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=""