summaryrefslogtreecommitdiff
path: root/build-essential/zlib.bst
blob: 17849abd23d14f40547f228f320120361216a166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
kind: manual

sources:
- kind: git
  url: upstream:zlib
  track: v1.2.8
  ref: 50893291621658f355bc5b4d450a8d06a563053d

depends:
- filename: build-essential/stage2.bst
  type: build
- build-essential/glibc.bst

environment:
  PATH: /tools/bin:/usr/bin:/bin:/usr/sbin:/sbin

config:
  configure-commands:
  - ./configure --prefix="%{prefix}"
  build-commands:
  - make
  install-commands:
  - make DESTDIR="%{install-root}" install