mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+apache.org/apr-util (#1293)
Co-authored-by: James Reynolds <magnsuviri@me.com>
This commit is contained in:
parent
8225b2e987
commit
6df5a08d2e
1 changed files with 30 additions and 0 deletions
30
projects/apache.org/apr-util/package.yml
Normal file
30
projects/apache.org/apr-util/package.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
distributable:
|
||||
url: https://dlcdn.apache.org/apr/apr-util-{{ version }}.tar.bz2
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: apache/apr-util/tags
|
||||
|
||||
provides:
|
||||
- bin/apu-{{ version.major }}-config
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
apache.org/apr: '*'
|
||||
openssl.org: '*'
|
||||
libexpat.github.io: '*'
|
||||
sqlite.org: '*'
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make install
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix="{{ prefix }}"
|
||||
- --with-apr="{{ deps.apache.org/apr.prefix }}"
|
||||
|
||||
test:
|
||||
script: |
|
||||
test "$(apu-{{ version.major }}-config --version)" = "{{ version }}"
|
Loading…
Reference in a new issue