forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apr-util.yaml
100 lines (88 loc) · 2.57 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
package:
name: apr-util
version: 1.6.3
epoch: 3
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
- automake
- build-base
- busybox
- ca-certificates-bundle
- expat-dev
- gdbm-dev
- libapr
- libapr-dev
- libtool
- openldap-dev
- openssl-dev
- postgresql-16-dev
- sqlite-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/apache/apr-util.git
tag: ${{package.version}}
expected-commit: 28327eeca2614816c1fa33ff7c4105213e0ad938
- runs: |
./buildconf --with-apr=/usr/share/apr-1/
- 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
- libapr-dev
- postgresql-16-dev
- openldap-dev
- openssl-dev
- sqlite-dev
description: apr-util dev
test:
pipeline:
- runs: |
apu-1-config --version
apu-1-config --help
- uses: test/pkgconf
- 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
ignore-regex-patterns:
- ^[^0-9].*
- ".*x-.*"
github:
identifier: apache/apr-util
use-tag: true