mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pugixml: update to 1.11.4.
This commit is contained in:
parent
c30d67d813
commit
e49068331f
2 changed files with 3 additions and 21 deletions
|
@ -1,18 +0,0 @@
|
||||||
--- CMakeLists.txt.bak 2017-09-30 16:33:46.956774231 +0200
|
|
||||||
+++ CMakeLists.txt 2017-09-30 16:34:08.857775066 +0200
|
|
||||||
@@ -52,7 +52,7 @@
|
|
||||||
|
|
||||||
if(BUILD_PKGCONFIG)
|
|
||||||
# Install library into its own directory under LIBDIR
|
|
||||||
- set(INSTALL_SUFFIX /pugixml-${PUGIXML_VERSION_STRING})
|
|
||||||
+ # set(INSTALL_SUFFIX /pugixml-${PUGIXML_VERSION_STRING})
|
|
||||||
endif()
|
|
||||||
|
|
||||||
install(TARGETS pugixml EXPORT pugixml-config
|
|
||||||
@@ -75,4 +75,4 @@
|
|
||||||
add_executable(check ${TEST_SOURCES})
|
|
||||||
target_link_libraries(check pugixml)
|
|
||||||
add_custom_command(TARGET check POST_BUILD COMMAND check WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
|
|
||||||
-endif()
|
|
||||||
\ No newline at end of file
|
|
||||||
+endif()
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'pugixml'
|
# Template file for 'pugixml'
|
||||||
pkgname=pugixml
|
pkgname=pugixml
|
||||||
version=1.9
|
version=1.11.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=On -DBUILD_PKGCONFIG=On"
|
configure_args="-DBUILD_SHARED_LIBS=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.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
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=d156d35b83f680e40fd6412c4455fdd03544339779134617b9b28d19e11fdba6
|
checksum=8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
tail -22 readme.txt > LICENSE
|
tail -22 readme.txt > LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue