projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd03f47
)
missing
author
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Mon, 19 Feb 2007 15:22:20 +0000
(15:22 +0000)
committer
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Mon, 19 Feb 2007 15:22:20 +0000
(15:22 +0000)
libzypp.pc.cmake
[new file with mode: 0644]
patch
|
blob
diff --git a/libzypp.pc.cmake
b/libzypp.pc.cmake
new file mode 100644
(file)
index 0000000..
7d64861
--- /dev/null
+++ b/
libzypp.pc.cmake
@@ -0,0
+1,14
@@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@LIB_INSTALL_DIR@/zypp
+libdir=@LIB_INSTALL_DIR@
+includedir=@CMAKE_INSTALL_PREFIX@/include
+
+Name: @PACKAGE@
+Version: @VERSION@
+Description: Package, Patch, Pattern, and Product Management
+
+Libs: -L${libdir} -lzypp
+Cflags: -I${includedir} @ZYPP_CFLAGS@
+
+features=@ZYPP_FEATURES@
+