mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +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:
|
||||
#FIXME url: https://tukaani.org/xz/xz-{{ version }}.tar.gz
|
||||
url: https://cytranet.dl.sourceforge.net/project/lzmautils/xz-{{ version }}.tar.gz
|
||||
url: https://tukaani.org/xz/xz-{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
- 5.2.7
|
||||
- 5.2.5
|
||||
|
||||
build:
|
||||
|
@ -11,8 +11,13 @@ build:
|
|||
tea.xyz/gx/cc: 'c99'
|
||||
tea.xyz/gx/make: '*'
|
||||
script: |
|
||||
./configure --prefix={{ prefix }} --disable-debug
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix={{ prefix }}
|
||||
- --disable-debug
|
||||
- --disable-doc
|
||||
|
||||
test:
|
||||
script: xz --version
|
||||
|
|
Loading…
Reference in a new issue