wok rev 24852

updated libxml2, libxml2-dev, libxml2-python and libxml2-tools (2.9.10 -> 2.9.12)
author Hans-G?nter Theisgen
date Mon Mar 28 13:43:56 2022 +0100 (2022-03-28)
parents 3931c7c2660c
children a1d37398afa7
files libxml2-dev/receipt libxml2-python/receipt libxml2-tools/receipt libxml2/description.txt libxml2/receipt
line diff
     1.1 --- a/libxml2-dev/receipt	Sat Mar 26 10:49:19 2022 +0100
     1.2 +++ b/libxml2-dev/receipt	Mon Mar 28 13:43:56 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxml2-dev"
     1.7 -VERSION="2.9.10"
     1.8 +VERSION="2.9.12"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="XML C parser and toolkit - development files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/libxml2-python/receipt	Sat Mar 26 10:49:19 2022 +0100
     2.2 +++ b/libxml2-python/receipt	Mon Mar 28 13:43:56 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libxml2-python"
     2.7 -VERSION="2.9.10"
     2.8 +VERSION="2.9.12"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Libxml2 adapter for the Python."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/libxml2-tools/receipt	Sat Mar 26 10:49:19 2022 +0100
     3.2 +++ b/libxml2-tools/receipt	Mon Mar 28 13:43:56 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libxml2-tools"
     3.7 -VERSION="2.9.10"
     3.8 +VERSION="2.9.12"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="The xmllint tester and xmlcatalog parser utility."
    3.11  MAINTAINER="pankso@slitaz.org"
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/libxml2/description.txt	Mon Mar 28 13:43:56 2022 +0100
     4.3 @@ -0,0 +1,13 @@
     4.4 +Libxml2 is the XML C parser and toolkit developed for the Gnome project
     4.5 +(but usable outside of the Gnome platform), it is free software available
     4.6 +under the MIT License.
     4.7 +XML itself is a metalanguage to design markup languages, i.e. text language
     4.8 +where semantic and structure are added to the content using extra "markup"
     4.9 +information enclosed between angle brackets.
    4.10 +HTML is the most well-known markup language.
    4.11 +Though the library is written in C a variety of language bindings make it
    4.12 +available in other environments.
    4.13 +
    4.14 +Libxml2 is known to be very portable, the library should build and work without
    4.15 +serious troubles on a variety of systems (Linux, Unix, Windows, CygWin, MacOS,
    4.16 +MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks, ...)
     5.1 --- a/libxml2/receipt	Sat Mar 26 10:49:19 2022 +0100
     5.2 +++ b/libxml2/receipt	Mon Mar 28 13:43:56 2022 +0100
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="libxml2"
     5.7 -VERSION="2.9.10"
     5.8 +VERSION="2.9.12"
     5.9  CATEGORY="system-tools"
    5.10  SHORT_DESC="XML C parser and toolkit."
    5.11  MAINTAINER="pankso@slitaz.org"
    5.12 @@ -47,8 +47,8 @@
    5.13  		--with-threads			\
    5.14  		--with-history			\
    5.15  	$CONFIGURE_ARGS $ARCH_ARGS &&
    5.16 -	make -j 1 &&
    5.17 -	make DESTDIR=$DESTDIR install 2>&1 | grep -v "can't stat './..html':"
    5.18 +	make &&
    5.19 +	make install DESTDIR=$DESTDIR
    5.20  }
    5.21  
    5.22  # Rules to gen a SliTaz package suitable for Tazpkg.