mirror of
https://github.com/ivabus/pantry
synced 2024-11-27 02:35:08 +03:00
~xz
This commit is contained in:
parent
53790ae38c
commit
ddc55b93f2
1 changed files with 8 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
distributable:
|
distributable:
|
||||||
#FIXME url: https://tukaani.org/xz/xz-{{ version }}.tar.gz
|
url: https://tukaani.org/xz/xz-{{ version }}.tar.gz
|
||||||
url: https://cytranet.dl.sourceforge.net/project/lzmautils/xz-{{ version }}.tar.gz
|
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
|
- 5.2.7
|
||||||
- 5.2.5
|
- 5.2.5
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
@ -11,8 +11,13 @@ build:
|
||||||
tea.xyz/gx/cc: 'c99'
|
tea.xyz/gx/cc: 'c99'
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
script: |
|
script: |
|
||||||
./configure --prefix={{ prefix }} --disable-debug
|
./configure $ARGS
|
||||||
make --jobs {{ hw.concurrency }} install
|
make --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
ARGS:
|
||||||
|
- --prefix={{ prefix }}
|
||||||
|
- --disable-debug
|
||||||
|
- --disable-doc
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: xz --version
|
script: xz --version
|
||||||
|
|
Loading…
Reference in a new issue