]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libxml-parser-perl: new package
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2010 12:15:22 +0000 (13:15 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 23 Feb 2010 19:33:44 +0000 (20:33 +0100)
commitc13460f769bb4fe88e23a8070b00bab46005cbf2
treef153630fe60f9f779f289e1b9090b4b5f3e2b2b5
parentce1f459b8bb0654a717124a1284b7204616ca199
libxml-parser-perl: new package

This Perl module is needed to build intltool, which in turn is needed
to build several of our packages. We assume that Perl is installed on
the host.

Only the host variant of this package has been tested and is used. The
code for the target variant (what to do at the configure, build and
install steps) isn't implemented, but the GENTARGETS call for the
target is mandatory, due to limitations of the Makefile.package.in
infrastructure (if one wants the host package to be implemented, then
the target package *must* exist). This limitation will be removed
after 2010.02.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/libxml-parser-perl/Config.in [new file with mode: 0644]
package/libxml-parser-perl/libxml-parser-perl.mk [new file with mode: 0644]