diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-18 18:19:03 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-18 18:19:03 +0200 |
commit | 0ea46ffe93ab87cbd41df1a80d38904d026fcb3b (patch) | |
tree | 76720486d33da659acfd52906e7c223a41a88581 /afb-daemon.pc.in | |
parent | 9481b4f2960c560ec8297bdc37d8014230072a5c (diff) |
adds a pkgconfig file
Change-Id: Ic0d143f282feef7335c7ea2bf589df90af4eef2f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'afb-daemon.pc.in')
-rw-r--r-- | afb-daemon.pc.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/afb-daemon.pc.in b/afb-daemon.pc.in new file mode 100644 index 00000000..9faaa920 --- /dev/null +++ b/afb-daemon.pc.in @@ -0,0 +1,28 @@ +## +## Copyright (C) 2016 "IoT.bzh" +## Author: José Bollo <jose.bollo@iot.bzh> +## +## This file is part of afb-daemon project. +## +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## + +Name: @PROJECT_PRETTY_NAME@ +Description: @PROJECT_DESCRIPTION@ +Version: @PROJECT_VERSION@ +URL: @PROJECT_URL@ +Requires: json-c +Cflags: -DPLUGIN_INSTALL_DIR=\"@plugin_install_dir@\" + + + |