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