OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/blocxx?expand=0&rev=52
26 lines
560 B
Diff
26 lines
560 B
Diff
--- blocxx.pc.in
|
|
+++ blocxx.pc.in
|
|
@@ -0,0 +1,12 @@
|
|
+prefix=@prefix@
|
|
+exec_prefix=@exec_prefix@
|
|
+bindir=@bindir@
|
|
+libdir=@libdir@
|
|
+includedir=@includedir@
|
|
+
|
|
+Name: BloCxx
|
|
+Version: 2.1.0
|
|
+Description: BloCxx - A general C++ framework for application development.
|
|
+Cflags: -I${includedir}
|
|
+Libs: -L${libdir} -lblocxx
|
|
+Requires: openssl libpcre
|
|
--- configure.in
|
|
+++ configure.in
|
|
@@ -2068,6 +2068,7 @@ examples/pcre/Makefile
|
|
examples/iconv/Makefile
|
|
doc/Makefile
|
|
Doxyfile
|
|
+blocxx.pc
|
|
)
|
|
|
|
dnl Create a sed script to replace all of the substituted variables.
|