aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
committerGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
commitcfeccc1b56def35ac586ac2c09ac70b523b59ef5 (patch)
treee0cb2abc1ce4c11514c29eb5c0c067443b3a6fbd /pkgconfig
parent10f2f102658f935148475d5aa2b29afd8a4e85c2 (diff)
add social service
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gnunetsocial.pc12
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}