resource: add packaging info
authorJanos Kovacs <jankovac503@gmail.com>
Tue, 11 Sep 2012 01:41:38 +0000 (04:41 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 26 Oct 2012 16:03:51 +0000 (19:03 +0300)
configure.ac
src/resource/murphy-resource.pc.in [new file with mode: 0644]

index 77e07ea..eb3d290 100644 (file)
@@ -424,6 +424,7 @@ AC_CONFIG_FILES([build-aux/shave
                 src/murphy-db/tests/Makefile
                 src/resolver/murphy-resolver.pc
                 src/resolver/tests/Makefile
+                src/resource/murphy-resource.pc
                 doc/Makefile
                 doc/plugin-developer-guide/Makefile
                 doc/plugin-developer-guide/db/Makefile
diff --git a/src/resource/murphy-resource.pc.in b/src/resource/murphy-resource.pc.in
new file mode 100644 (file)
index 0000000..0aace7e
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: murphy-resource
+Description: Murphy policy framework, resource library.
+Requires: murphy-core murphy-common @PACKAGE_VERSION@
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lmurphy-core -lmurphy-common
+Cflags: -I${includedir}