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.
Search Criteria
Package Details: mingw-w64-yaml-cpp-hg 553-3
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-11-05)
| 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: | |
| Submitter: | ekpyron |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2012-08-01 12:24 |
| Last Updated: | 2013-07-05 04:30 |
Latest Comments
Comment by ekpyron
Comment by ant32
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?