mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
pugixml: update to 1.13.
This commit is contained in:
parent
a24de71290
commit
38e7279c43
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pugixml'
|
||||
pkgname=pugixml
|
||||
version=1.11.4
|
||||
version=1.13
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=On"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="http://pugixml.org/"
|
||||
distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
|
||||
checksum=8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716
|
||||
checksum=40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe
|
||||
|
||||
post_install() {
|
||||
tail -22 readme.txt > LICENSE
|
||||
|
@ -19,6 +19,7 @@ post_install() {
|
|||
pugixml-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
conflicts+="EmulationStation libSavitar-devel"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
|
|
Loading…
Add table
Reference in a new issue