pantry/projects/code.videolan.org/aribb24/package.yml

33 lines
623 B
YAML
Raw Normal View History

2023-05-07 23:30:39 +03:00
distributable:
url: https://code.videolan.org/jeeb/aribb24/-/archive/v{{version}}/aribb24-v{{version}}.tar.bz2
strip-components: 1
versions:
url: https://code.videolan.org/jeeb/aribb24/-/tags/
match: /v\d+\.\d+\.\d+/
strip:
- /^v/
dependencies:
libpng.org: '*'
build:
dependencies:
gnu.org/autoconf: '*'
gnu.org/automake: '*'
gnu.org/libtool: '*'
freedesktop.org/pkg-config: '*'
script: |
./bootstrap
./configure $ARGS
make install
env:
ARGS:
- --disable-silent-rules
- --prefix="{{prefix}}"
test:
script: |
cc -o test test.c -laribb24
./test