21 lines
647 B
Bash
21 lines
647 B
Bash
# Template file for 'pugixml'
|
|
pkgname=pugixml
|
|
version=1.8
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="Light-weight, simple and fast XML parser for C++ with XPath support"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="http://pugixml.org/"
|
|
distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-$version.tar.gz"
|
|
checksum=8ef26a51c670fbe79a71e9af94df4884d5a4b00a2db38a0608a87c14113b2904
|
|
configure_args="-DBUILD_SHARED_LIBS=On"
|
|
|
|
pugixml-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|