mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
notroj.github.io/neon
This commit is contained in:
parent
a219192c2b
commit
c39b15a6de
1 changed files with 32 additions and 0 deletions
32
projects/notroj.github.io/neon/package.yml
Normal file
32
projects/notroj.github.io/neon/package.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
distributable:
|
||||
url: https://notroj.github.io/neon/neon-{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
versions:
|
||||
github: notroj/neon/tags
|
||||
dependencies:
|
||||
openssl.org: '*'
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
gnu.org/make: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
pagure.io/xmlto: '*'
|
||||
script:
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
CFLAGS: "-Wno-implicit-function-declaration $CFLAGS"
|
||||
XML_CATALOG_FILES: "{{prefix}}/etc/xml/catalog"
|
||||
ARGS:
|
||||
- --disable-debug
|
||||
- --prefix={{prefix}}
|
||||
- --enable-shared
|
||||
- --disable-static
|
||||
- --disable-nls
|
||||
- --with-ssl=openssl
|
||||
- --with-libs={{deps.openssl.org.prefix}}
|
||||
provides:
|
||||
- bin/neon-config
|
||||
test:
|
||||
script:
|
||||
- neon-config --version | grep {{version}}
|
Loading…
Reference in a new issue