mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(libexpat)
remove *.la
This commit is contained in:
parent
733e93170c
commit
e54a43db8f
1 changed files with 7 additions and 7 deletions
|
@ -6,15 +6,15 @@ versions:
|
||||||
github: libexpat/libexpat/releases
|
github: libexpat/libexpat/releases
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
- ./configure --prefix={{ prefix }}
|
||||||
./configure --prefix={{ prefix }}
|
- make --jobs {{ hw.concurrency }} install
|
||||||
make --jobs {{ hw.concurrency }} install
|
- run: rm *.la
|
||||||
|
working-directory: ${{ prefix }}/lib
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: |
|
- cc test.c -lexpat -o test
|
||||||
cc test.c -lexpat -o test
|
- OUTPUT="$(./test)"
|
||||||
OUTPUT="$(./test)"
|
- test "$OUTPUT" = "tag:str|data:Hello, world!|"
|
||||||
test "$OUTPUT" = "tag:str|data:Hello, world!|"
|
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/xmlwf
|
- bin/xmlwf
|
||||||
|
|
Loading…
Reference in a new issue