-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathapr-util.yaml
82 lines (71 loc) · 2.24 KB
/
apr-util.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
package:
name: apr-util
version: 1.6.3
epoch: 0
description: The Apache Portable Runtime Utility Library
copyright:
# Some files also contain RSA-MD.
# See https://www.ietf.org/ietf-ftp/ietf/IPR/RSA-MD-all
# for details on using it without license, i.e. under Apache-2.0 in this case.
- license: Apache-2.0 AND CC0-1.0 AND OLDAP-2.7 AND Beerware
environment:
contents:
packages:
- autoconf
- build-base
- busybox
- ca-certificates-bundle
- expat-dev
- gdbm-dev
- libapr-dev
- openldap-dev
- openssl-dev
- postgresql-16-dev
- sqlite-dev
pipeline:
- uses: fetch
with:
expected-sha256: a41076e3710746326c3945042994ad9a4fcac0ce0277dd8fea076fec3c9772b5
uri: https://www.apache.org/dist/apr/apr-util-${{package.version}}.tar.bz2
- uses: autoconf/configure
with:
opts: --with-apr=/usr/bin/apr-1-config --with-ldap --with-openssl --with-crypto
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: apr-util-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- apr-util
- expat-dev
- gdbm-dev
- postgresql-16-dev
- openldap-dev
- openssl-dev
- sqlite-dev
description: apr-util dev
- name: apr-util-dbd_pgsql
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/lib
mv "${{targets.destdir}}"/usr/lib/apr-util-1/apr_dbd_pgsql* "${{targets.subpkgdir}}"/usr/lib
description: The Apache Portable Runtime Utility Library - Database driver for PostgreSQL
- name: apr-util-dbd_sqlite3
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/lib
mv "${{targets.destdir}}"/usr/lib/apr-util-1/apr_dbd_sqlite3* "${{targets.subpkgdir}}"/usr/lib
description: The Apache Portable Runtime Utility Library - Database driver for SQLite3
- name: apr-util-ldap
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/lib
mv "${{targets.destdir}}"/usr/lib/apr-util-1/apr_ldap* "${{targets.subpkgdir}}"/usr/lib
description: The Apache Portable Runtime Utility Library - LDAP driver
update:
enabled: true
release-monitor:
identifier: 96