14 lines
232 B
Markdown
14 lines
232 B
Markdown
|
|
libeconf 0.8.0
|
||
|
|
=
|
||
|
|
https://github.com/openSUSE/libeconf/archive/refs/tags/v0.8.0.tar.gz
|
||
|
|
|
||
|
|
``` sh *** build ***
|
||
|
|
mkdir build
|
||
|
|
cd build
|
||
|
|
meson setup \
|
||
|
|
--prefix=/pkg/gnu/libeconf \
|
||
|
|
--libdir=lib \
|
||
|
|
--buildtype=release \
|
||
|
|
..
|
||
|
|
```
|