mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
new file: projects/unixodbc.org/package.yml
This commit is contained in:
parent
34413fb7b8
commit
6387c76181
36
projects/unixodbc.org/package.yml
Normal file
36
projects/unixodbc.org/package.yml
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/lurcher/unixODBC/releases/download/{{version}}/unixODBC-{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: lurcher/unixODBC
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
gnu.org/libtool: '*'
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
script: |
|
||||||
|
./configure $ARGS
|
||||||
|
make --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
ARGS:
|
||||||
|
- --prefix="{{prefix}}"
|
||||||
|
- --disable-debug
|
||||||
|
- --disable-dependency-tracking
|
||||||
|
- --enable-static
|
||||||
|
- --enable-gui=no
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/dltest
|
||||||
|
- bin/isql
|
||||||
|
- bin/iusql
|
||||||
|
- bin/odbc_config
|
||||||
|
- bin/odbcinst
|
||||||
|
- bin/slencheck
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
odbc_config --version | grep {{version}}
|
Loading…
Reference in a new issue