mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
663bbca403
commit
047cd55117
1 changed files with 6 additions and 7 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'pugixml'
|
# Template file for 'pugixml'
|
||||||
pkgname=pugixml
|
pkgname=pugixml
|
||||||
version=1.8.1
|
version=1.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DBUILD_SHARED_LIBS=On -DBUILD_PKGCONFIG=On"
|
||||||
short_desc="Light-weight, simple and fast XML parser for C++ with XPath support"
|
short_desc="Light-weight, simple and fast XML parser for C++ with XPath support"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://pugixml.org/"
|
homepage="http://pugixml.org/"
|
||||||
distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-$version.tar.gz"
|
distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
|
||||||
checksum=00d974a1308e85ca0677a981adc1b2855cb060923181053fb0abf4e2f37b8f39
|
checksum=d156d35b83f680e40fd6412c4455fdd03544339779134617b9b28d19e11fdba6
|
||||||
configure_args="-DBUILD_SHARED_LIBS=On -DBUILD_PKGCONFIG=On"
|
|
||||||
wrksrc=$pkgname-1.8
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
tail -25 readme.txt > LICENSE
|
tail -22 readme.txt > LICENSE
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue