14 lines
226 B
YAML
14 lines
226 B
YAML
|
extraction:
|
||
|
cpp:
|
||
|
prepare:
|
||
|
packages:
|
||
|
- build-essential
|
||
|
- automake
|
||
|
- autoconf
|
||
|
- libtool
|
||
|
- pkg-config
|
||
|
configure:
|
||
|
command:
|
||
|
- ./autogen.sh
|
||
|
- ./configure
|