wok rev 25157

updated pugixml (1.10 -> 1.12.1)
author Hans-G?nter Theisgen
date Thu Jun 30 16:40:03 2022 +0100 (21 months ago)
parents 7d53ff17b95a
children eb6c7b6a2a89
files pugixml/description.txt pugixml/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pugixml/description.txt	Thu Jun 30 16:40:03 2022 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +pugixml is a light-weight C++ XML processing library.
     1.5 +
     1.6 +It features:
     1.7 +
     1.8 +- DOM-like interface with rich traversal/modification capabilities
     1.9 +- Extremely fast non-validating XML parser which constructs the DOM
    1.10 +  tree from an XML file/buffer
    1.11 +- XPath 1.0 implementation for complex data-driven tree queries
    1.12 +- Full Unicode support with Unicode interface variants and automatic
    1.13 +  encoding conversions
     2.1 --- a/pugixml/receipt	Thu Jun 30 15:51:09 2022 +0100
     2.2 +++ b/pugixml/receipt	Thu Jun 30 16:40:03 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pugixml"
     2.7 -VERSION="1.10"
     2.8 +VERSION="1.12.1"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Light-weight, simple and fast XML parser for C++ with XPath support."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -23,11 +23,12 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	mkdir build &&
    2.17 -	cd build &&
    2.18 -	cmake	.. -DCMAKE_INSTALL_PREFIX=/usr &&
    2.19 +	mkdir	_build &&
    2.20 +	cd	_build &&
    2.21 +	cmake	..				\
    2.22 +		-D CMAKE_INSTALL_PREFIX=/usr &&
    2.23  	make &&
    2.24 -	make DESTDIR=$DESTDIR install
    2.25 +	make install DESTDIR=$DESTDIR
    2.26  }
    2.27  
    2.28  # Rules to gen a SliTaz package suitable for Tazpkg.