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-/ - /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}}"