commit fd17e1796e98c163c5c38c50f59946e5896860bb parent 3f717b0c5309870b8365e21821546751e57eb22d Author: t3sserakt <t3ss@posteo.de> Date: Tue, 17 Jun 2025 15:10:40 +0200 Added libgnunetregexblock. Diffstat:
| A | android_studio/distribution/libgnunet/lib/arm64-v8a/libgnunetregexblock.so | | | 0 | |
| A | android_studio/distribution/pkgconfig/gnunetregexblock.pc | | | 11 | +++++++++++ |
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/android_studio/distribution/libgnunet/lib/arm64-v8a/libgnunetregexblock.so b/android_studio/distribution/libgnunet/lib/arm64-v8a/libgnunetregexblock.so Binary files differ. diff --git a/android_studio/distribution/pkgconfig/gnunetregexblock.pc b/android_studio/distribution/pkgconfig/gnunetregexblock.pc @@ -0,0 +1,11 @@ +prefix=/home/user/AndroidStudioProjects/gnunet-android/android_studio/distribution/libgnunet/lib/arm64-v8a +includedir=${prefix}/include +libdir=${prefix} + +Name: gnunetregexblock +Description: Library with common function to manipulate blocks stored by regex in the DHT +URL: https://www.gnunet.org +Version: 0.24.1-19-gf8d2003a0 +Requires.private: gnunetutil, libsodium >= 1.0.18, libgcrypt +Libs: -L${prefix} -lgnunetregexblock +Cflags: -I${includedir}