Package Details: mingw-w64-yaml-cpp-hg 553-3

Package Base: mingw-w64-yaml-cpp-hg
Description: YAML parser and emitter in C++, written around the YAML 1.2 spec (mingw-w64)
Upstream URL: http://code.google.com/p/yaml-cpp/
Category: lib
Licenses: MIT
Submitter: ekpyron
Maintainer: None
Last Packager: None
Votes: 1
First Submitted: 2012-08-01 12:24
Last Updated: 2013-07-05 04:30

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by ekpyron

2013-07-05 04:30

I did the changes you mentioned, but I'm now abandoning this package. Its only point as far as I'm concerned was to support the new yaml-cpp API that is now also available in the 0.5 branch. I'll soon create another package mingw-w64-yaml-cpp for that branch. Feel free to take over this package.

Comment by ant32

2013-07-04 21:25

the patch is invalid. I also had to change
hg clone "$_hgroot" "$_hgrepo"
to
hg clone "$_hgroot/$_hgrepo"
I also removed the following line to compile
mv "${pkgdir}/usr/${_arch}/bin/pkgconfig" "${pkgdir}/usr/${_arch}/lib"
could you please fix it?