pantry/projects/speex.org/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

31 lines
564 B
YAML

distributable:
url: https://downloads.xiph.org/releases/speex/speex-1.2.1.tar.gz
strip-components: 1
versions:
url: https://ftp.osuosl.org/pub/xiph/releases/speex/
match: /speex-\d+\.\d+\.\d+.tar.gz/
strip:
- /^speex-/
- /\.tar\.gz$/
dependencies:
xiph.org/ogg: '*'
build:
dependencies:
freedesktop.org/pkg-config: '*'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix="{{prefix}}"
provides:
- bin/speexdec
test:
dependencies:
script:
cc test.c -lspeex -o test