mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
gardening (#140)
This commit is contained in:
parent
0459c70fc9
commit
2a9dc62e00
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
distributable:
|
||||
url: https://download.gnome.org/sources/libxml2/{{ version.major }}.{{ version.minor }}/libxml2-{{ version }}.tar.xz
|
||||
url: https://download.gnome.org/sources/libxml2/{{ version.marketing }}/libxml2-{{ version }}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
|
@ -15,6 +15,10 @@ build:
|
|||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make install
|
||||
|
||||
cd {{prefix}}/bin
|
||||
sed -i.bak 's|{{prefix}}|"$(cd "$(dirname "$0")/.." \&\& pwd)"|' xml2-config
|
||||
rm *.bak
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
|
|
Loading…
Reference in a new issue