summaryrefslogtreecommitdiff
path: root/libappstream-glib/appstream-glib.pc.in
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-12 15:26:45 +0000
committerRichard Hughes <richard@hughsie.com>2014-03-12 15:54:17 +0000
commit32cb5d554937b62f2e6e630afc7cb7dea0c5d725 (patch)
treed6db1b29b7f728dd8c512f68653eba0534d71632 /libappstream-glib/appstream-glib.pc.in
parentddfeb3ad8df0d41ff015305f07f50a8b4fc9e331 (diff)
downloadappstream-glib-32cb5d554937b62f2e6e630afc7cb7dea0c5d725.tar.gz
Add initial project files
Diffstat (limited to 'libappstream-glib/appstream-glib.pc.in')
-rw-r--r--libappstream-glib/appstream-glib.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libappstream-glib/appstream-glib.pc.in b/libappstream-glib/appstream-glib.pc.in
new file mode 100644
index 0000000..1e73ae7
--- /dev/null
+++ b/libappstream-glib/appstream-glib.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: appstream-glib
+Description: Objects and helper methods to help reading and writing AppStream metadata
+Version: @VERSION@
+Requires: glib-2.0, gobject-2.0
+Libs: -L${libdir} -lappstream-glib
+Cflags: -I${includedir}/libappstream-glib
+