Adding upstream version 0.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 06:31:09 +01:00
parent 23dbed389d
commit a84695b834
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
79 changed files with 7127 additions and 0 deletions

24
.lgtm.yml Normal file
View 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