summaryrefslogtreecommitdiff
path: root/endless-0.pc.in
blob: 083f9950e324da0e30fae99b07a69a8a6deeca96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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@