Adding upstream version 0.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
23dbed389d
commit
a84695b834
79 changed files with 7127 additions and 0 deletions
24
.lgtm.yml
Normal file
24
.lgtm.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
extraction:
|
||||
cpp:
|
||||
prepare:
|
||||
packages:
|
||||
- build-essential
|
||||
- automake
|
||||
- autoconf
|
||||
- libtool
|
||||
- pkg-config
|
||||
- protobuf-c-compiler
|
||||
- libprotobuf-c-dev
|
||||
after_prepare:
|
||||
- git clone https://github.com/DNS-OARC/tinyframe.git
|
||||
- cd tinyframe
|
||||
- ./autogen.sh
|
||||
- ./configure --prefix="$PWD/../root"
|
||||
- make
|
||||
- make install
|
||||
- cd ..
|
||||
- export PKG_CONFIG_PATH="$PWD/root/lib/pkgconfig"
|
||||
configure:
|
||||
command:
|
||||
- ./autogen.sh
|
||||
- ./configure --disable-examples
|
Loading…
Add table
Add a link
Reference in a new issue