mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
24c2a031ac
commit
339412ad00
|
@ -5,21 +5,33 @@ versions:
|
|||
github: knik0/faad2
|
||||
build:
|
||||
dependencies:
|
||||
cmake.org: '*'
|
||||
gnu.org/autoconf: '*'
|
||||
gnu.org/automake: '*'
|
||||
gnu.org/libtool: '*'
|
||||
linux:
|
||||
gnu.org/gcc: '*'
|
||||
script:
|
||||
- ./bootstrap
|
||||
- ./configure $CONFIGURE_ARGS
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
- run: |
|
||||
./bootstrap
|
||||
./configure $CONFIGURE_ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
if: <2.11
|
||||
- run: |
|
||||
cmake .. $CMAKE_ARGS
|
||||
cmake --build .
|
||||
cmake --install .
|
||||
working-directory: build
|
||||
if: '>=2.11'
|
||||
env:
|
||||
CONFIGURE_ARGS:
|
||||
- --disable-debug
|
||||
- --disable-dependency-tracking
|
||||
- --prefix="{{prefix}}"
|
||||
- --libdir="{{prefix}}/lib"
|
||||
CMAKE_ARGS:
|
||||
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
|
||||
|
||||
provides:
|
||||
- bin/faad
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue