fix(npth)

`npth-config` was removed

closes #5336
This commit is contained in:
Jacob Heider 2024-02-23 09:44:49 -05:00 committed by Jacob Heider
parent 22cbaaef6b
commit 846195e16b

View file

@ -9,15 +9,12 @@ versions:
- /npth-/
- /.tar.bz2/
provides:
- bin/npth-config
build:
script: |
./configure --prefix={{prefix}}
make
make check
make install
script:
- ./configure --prefix={{prefix}}
- make
- make check
- make install
#FIXME we test using our version, not theirs
test: test "$(npth-config --version).0" = "{{version.raw}}"
test: test "$(pkg-config --modversion npth)" = "{{version.marketing}}"