setting version and removing afm-main-plugin
[src/app-framework-binder.git] / afb-daemon.pc.in
1 ##
2 ## Copyright (C) 2016 "IoT.bzh"
3 ## Author: José Bollo <jose.bollo@iot.bzh>
4 ##
5 ## This file is part of afb-daemon project.
6 ##
7 ## Licensed under the Apache License, Version 2.0 (the "License");
8 ## you may not use this file except in compliance with the License.
9 ## You may obtain a copy of the License at
10 ##
11 ##   http://www.apache.org/licenses/LICENSE-2.0
12 ##
13 ## Unless required by applicable law or agreed to in writing, software
14 ## distributed under the License is distributed on an "AS IS" BASIS,
15 ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 ## See the License for the specific language governing permissions and
17 ## limitations under the License.
18 ##
19
20 prefix=@CMAKE_INSTALL_PREFIX@
21 libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
22 includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
23 plugin_install_dir=${prefix}/@plugin_install_dir@
24
25 Name: @PROJECT_PRETTY_NAME@
26 Description: @PROJECT_DESCRIPTION@
27 Version: @PROJECT_VERSION@
28 URL: @PROJECT_URL@
29
30 Requires: json-c
31 Cflags: -DPLUGIN_INSTALL_DIR=\"${plugin_install_dir}\" -I${includedir}
32