# Contributor: Mark Riedesel # Maintainer: Jakub Jirutka pkgname=yaml-cpp pkgver=0.5.3 pkgrel=4 pkgdesc="YAML parser and emitter in C++ matching YAML 1.2 spec" url="https://github.com/jbeder/yaml-cpp" arch="all" license="MIT" depends="" # Note: dependency on boost-dev is planned to be removed in next release (0.6). depends_dev="boost-dev" makedepends="$depends_dev cmake" subpackages="$pkgname-dev" options="!check" source="https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgname-$pkgver" build() { cd "$builddir" mkdir -p build && cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_SHARED_LIBS=ON make } package() { cd "$builddir"/build make DESTDIR="$pkgdir" install } sha512sums="fb8683e2b9847dac7e222185816637ccbec3b429abe8965169349ca9a10983692f1d78fd03c522490efd29962157cd3df25cd4f2e2fec2149d28d0df8e136dd3 yaml-cpp-0.5.3.tar.gz"