summaryrefslogtreecommitdiff
path: root/endless-0.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'endless-0.pc.in')
-rw-r--r--endless-0.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/endless-0.pc.in b/endless-0.pc.in
new file mode 100644
index 0000000..083f995
--- /dev/null
+++ b/endless-0.pc.in
@@ -0,0 +1,15 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: @PACKAGE_NAME@
+Version: @PACKAGE_VERSION@
+Description: Software development kit for applications for the developing world
+URL: @PACKAGE_URL@
+
+Requires: @EOS_REQUIRED_MODULES@
+Requires.private: @EOS_REQUIRED_MODULES_PRIVATE@
+Cflags: -I${includedir}/@EOS_SDK_API_NAME@
+Libs: -L${libdir} -l@EOS_SDK_API_NAME@
+