diff options
author | Gabor X Toth <*@tg-x.net> | 2014-05-27 11:10:35 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2014-05-27 11:10:35 +0000 |
commit | cfeccc1b56def35ac586ac2c09ac70b523b59ef5 (patch) | |
tree | e0cb2abc1ce4c11514c29eb5c0c067443b3a6fbd /pkgconfig | |
parent | 10f2f102658f935148475d5aa2b29afd8a4e85c2 (diff) |
add social service
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gnunetsocial.pc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetsocial.pc b/pkgconfig/gnunetsocial.pc new file mode 100644 index 0000000000..9f991409d1 --- /dev/null +++ b/pkgconfig/gnunetsocial.pc @@ -0,0 +1,12 @@ +prefix=/usr/local +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: GNUnet Social +Description: library for social interactions +URL: https://gnunet.org +Version: 0.10.1 +Requires: +Libs: -L${libdir} -lgnunetsocial +Cflags: -I${includedir} |