Hello Laurent and other,
Here comes a clean patch with pkgconfig file in order to remove some
some hassles from execline/s6...
As I said I runned into various starting from path which are hardcoded
in the configure scripts. Is there a point in asking libdir when afterwards
some `/usr/lib/..' are used instead of `$libdir/..'.
And then cleaned the Makefile as stated as well in order to get a more
standard file using standard tools (pkgconfig/make/install..) instead your
custom install.sh script. I guess this will remove unecessary maintainance.
--
Error 404: gentoo user <0123456789> was not found
--- /dev/null 2014-12-27 17:00:19.537914817 +0100
+++ skalibs.pc.in 2014-12-28 21:08:04.427695915 +0100
@@ -0,0 +1,10 @@
+prefix=@prefix@
+libdir=@libdir@
+includedir=@prefix@/include
+
+Name: skalibs
+Description: skarnet.org general purpose libraries
+Version: @version@
+Requires:
+Libs: -L${libdir}/@package@ -l@package@
+Cflags: -I${includedir}/@package@