# Contributor: Kevin Daudt # Maintainer: Kevin Daudt pkgname=pugixml pkgver=1.9 pkgrel=1 pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support" url="http://pugixml.org" arch="all" license="MIT" makedepends="cmake" subpackages="$pkgname-dev" source="http://github.com/zeux/pugixml/releases/download/v${pkgver}/pugixml-$pkgver.tar.gz pkgconfig.patch" build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ -DCMAKE_BUILD_TYPE=Release make } package() { make DESTDIR="$pkgdir" install } sha512sums="853a9d985aae537391c6524d5413ef4de237d99d96cc58ea7fe7152f786df1e408cdacd2e4387697e23c3e67cdc1d42b29de554501309eae16d86edd0e24785f pugixml-1.9.tar.gz 5a170e9f9f0fa7f1b5db2942992bd7eab997f7d984bc383ef9864ba33c74085c8985b249fef930cc628346852f4ba87ce7c32842f9fe9a2483472e363ac3be4d pkgconfig.patch"