mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(libxslt)
This commit is contained in:
parent
6167620a57
commit
7ad31f62b1
1 changed files with 13 additions and 12 deletions
|
@ -10,21 +10,22 @@ dependencies:
|
|||
|
||||
build:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
gnu.org/patch: '*'
|
||||
script: |
|
||||
patch -p1 < props/xslt-config.patch.in
|
||||
script:
|
||||
- patch -p1 < props/xslt-config.patch.in
|
||||
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make install
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }}
|
||||
- make install
|
||||
|
||||
cd "{{prefix}}/bin"
|
||||
sed -i.bak \
|
||||
-e 's|{{prefix}}|"$prefix"|g' \
|
||||
-e 's|{{deps.gnome.org/libxml2.prefix}}|""$libxml2_prefix""|g' \
|
||||
- run: sed -i
|
||||
-e 's|{{prefix}}|"$prefix"|g'
|
||||
-e 's|{{deps.gnome.org/libxml2.prefix}}|""$libxml2_prefix""|g'
|
||||
xslt-config
|
||||
rm xslt-config.bak
|
||||
working-directory: '{{prefix}}/bin'
|
||||
|
||||
- run: find . -name \*.la -exec rm {} \;
|
||||
working-directory: '{{prefix}}/lib'
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
|
|
Loading…
Reference in a new issue