summaryrefslogtreecommitdiff
path: root/elements/core/bzip2.bst
blob: 2cec49f486dd1a0309d8ace924185f0370201694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
kind: manual

depends:
- filename: gnu-toolchain.bst
  type: build

sources:
- kind: git
  url: upstream:bzip2
  track: baserock/morph
  ref: 8deafa68e52b230018c0318dc7959ff9af3ad2a5

config:
  configure-commands:
  - sed -i -rf bzip2.morph-makefix.sed Makefile
  build-commands:
  - make -f Makefile-libbz2_so
  - make
  install-commands:
  - make DESTDIR="%{install-root}" PREFIX="%{prefix}" install
  - install libbz2.so* "%{install-root}%{prefix}/lib"