pkgconf: new package
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 24 Oct 2012 10:10:44 +0000 (10:10 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 29 Oct 2012 20:56:50 +0000 (21:56 +0100)
commit3ee3e3d22e0166ce52e96a43977338feeab1fcc5
tree029cd0db87d917b90b2f72605242d539f9fb393c
parent503452d7c87daed5061a67c7d5a20655dfa0395b
pkgconf: new package

pkgconf is a drop-in replacement for pkg-config that doesn't need
itself to build and just requires a C89 compiler.

Instead of using a patch for hardcoded sysroot support (as the patch to
pkg-config does) we rely instead on a wrapper script that takes the
appropiate action.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Config.in
package/pkgconf/Config.in [new file with mode: 0644]
package/pkgconf/pkg-config.in [new file with mode: 0644]
package/pkgconf/pkgconf-fix-variable.patch [new file with mode: 0644]
package/pkgconf/pkgconf.mk [new file with mode: 0644]