Jan-Oliver Wagner wrote:
On Montag, 21. September 2009, Vlatko Kosturjak wrote:
Is there any special reason why openvas-libraries have libopenvas-config and not doing it through standard pkg-config?
the only reason I can think of: noone did take care of it yet ;-)
pkg-conf should be available for most platforms, I assume.

Yes, it is a standard way to do it.

Anyone likes to take care for this today?
(else 3.0.0-beta1 will be released with the current style)

I can help, but would need to work with someone who implemented libopenvas-config. But, I guess we're too late if 3.0.0-beta1 will be today...

I'm sending pkg-config of openvas-libraries.pc as sample I've made. configure should read open-libraries.pc.in and produce open-libraries.pc with right $prefix and $version...

I'll be on IRC for details...

Kost
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: openvas-libraries
Description: OpenVAS libraries
Version: 3.0.0
Requires: glib-2.0 = 2.8.0
Cflags: -I${includedir}
Libs: -L${libdir} -lglib
_______________________________________________
Openvas-devel mailing list
Openvas-devel@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-devel

Reply via email to