gnunet-android

GNUnet for Android
Log | Files | Refs | README

gnunetregexblock.pc (379B)


      1 prefix=/home/user/ndk-sysroot/arm64-v8a/gnunet
      2 includedir=${prefix}/include
      3 libdir=${prefix}/lib
      4 
      5 Name: gnunetregexblock
      6 Description: Library with common function to manipulate blocks stored by regex in the DHT
      7 URL: https://www.gnunet.org
      8 Version: show
      9 Requires.private: gnunetutil, libsodium >= 1.0.18, libgcrypt
     10 Libs: -L${prefix}/lib -lgnunetregexblock
     11 Cflags: -I${includedir}