summaryrefslogtreecommitdiff
path: root/elements/core/curl.bst
blob: 97c08ed16782765fd058780d69c2e61de71746f6 (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
28
29
30
kind: manual

depends:
- filename: gnu-toolchain.bst
  type: build
- filename: core/autoconf.bst
  type: build
- filename: core/automake.bst
  type: build
- filename: core/file.bst
  type: build
- filename: core/libtool-tarball.bst
  type: build
- filename: core/openssl-new.bst
  type: build

sources:
- kind: git
  url: upstream:curl
  track: curl-7_52_1
  ref: 44b9b4d4f56d6f6de92c89636994c03984e9cd01

config:
  configure-commands:
  - ./buildconf
  - ./configure --disable-manual --prefix="%{prefix}" --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
  build-commands:
  - make
  install-commands:
  - make  DESTDIR="%{install-root}" install