summaryrefslogtreecommitdiff
path: root/elements/tools/zip.bst
blob: 99023867bc3bf3aedb8968288d5d5c790094932c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
kind: manual
depends:
- core.bst
sources:
- kind: git
  url: upstream:zip
  track: zip30
  ref: e52e9d6a339aad5fcff464cf207da51c02996e39
environment:
  DESTDIR: '%{install-root}'
  PREFIX: '%{prefix}'
config:
  configure-commands:
  - cp unix/Makefile .
  build-commands:
  - sed -i -e 's/^prefix = .*$/prefix = $$DESTDIR\/$$PREFIX/' Makefile
  - make generic
  install-commands:
  - make install