mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
22cbaaef6b
commit
846195e16b
|
@ -9,15 +9,12 @@ versions:
|
||||||
- /npth-/
|
- /npth-/
|
||||||
- /.tar.bz2/
|
- /.tar.bz2/
|
||||||
|
|
||||||
provides:
|
|
||||||
- bin/npth-config
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script: |
|
script:
|
||||||
./configure --prefix={{prefix}}
|
- ./configure --prefix={{prefix}}
|
||||||
make
|
- make
|
||||||
make check
|
- make check
|
||||||
make install
|
- make install
|
||||||
|
|
||||||
#FIXME we test using our version, not theirs
|
#FIXME we test using our version, not theirs
|
||||||
test: test "$(npth-config --version).0" = "{{version.raw}}"
|
test: test "$(pkg-config --modversion npth)" = "{{version.marketing}}"
|
||||||
|
|
Loading…
Reference in a new issue