summaryrefslogtreecommitdiff
path: root/build-essential/zlib.bst
blob: f6f08199dccb9f28710f4dd4cf82f228ba6e4cf2 (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:/tools/sbin:/usr/bin:/bin:/usr/sbin:/sbin

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