summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/zlib.bst
blob: b7b06bab50f4d19559820a19f5bf9b0d61e3ca8f (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
kind: manual

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

depends:
- filename: gnu-toolchain/stage2.bst
  type: build
- gnu-toolchain/glibc.bst

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

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

  strip-commands:
  - |
    %{stage3-strip-binaries}