-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibmicrohttpd.yaml
62 lines (52 loc) · 1.29 KB
/
libmicrohttpd.yaml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
package:
name: libmicrohttpd
version: 1.0.1
epoch: 0
description: small C library that is supposed to make it easy to run an HTTP server as part of another application
copyright:
- license: LGPL-2.1-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- gnutls-dev
pipeline:
- uses: fetch
with:
expected-sha256: a89e09fc9b4de34dde19f4fcb4faaa1ce10299b9908db1132bbfa1de47882b94
uri: https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-${{package.version}}.tar.gz
- uses: autoconf/configure
with:
opts: |
--disable-thread-names \
--enable-largefile \
--enable-curl \
--enable-https \
--enable-messages
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libmicrohttpd-static
pipeline:
- uses: split/static
description: libmicrohttpd static
- name: libmicrohttpd-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libmicrohttpd
description: libmicrohttpd dev
- name: libmicrohttpd-doc
pipeline:
- uses: split/manpages
description: libmicrohttpd manpages
update:
enabled: true
release-monitor:
identifier: 1658