wok rev 21726

updated pugixml (1.6 -> 1.9)
author Hans-G?nter Theisgen
date Wed Jun 12 15:36:52 2019 +0100 (2019-06-12)
parents f98cd9ce8bd8
children 230b437620ca
files pugixml/receipt
line diff
     1.1 --- a/pugixml/receipt	Wed Jun 12 15:27:49 2019 +0100
     1.2 +++ b/pugixml/receipt	Wed Jun 12 15:36:52 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pugixml"
     1.7 -VERSION="1.6"
     1.8 +VERSION="1.9"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Light-weight, simple and fast XML parser for C++ with XPath support."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://pugixml.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://pugixml.org/"
    1.17 -WGET_URL="https://github.com/zeux/pugixml/releases/download/v$VERSION/$TARBALL"
    1.18 +WGET_URL="https://github.com/zeux/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    1.19  
    1.20  SUGGESTED="cmake"
    1.21  BUILD_DEPENDS="cmake"
    1.22 @@ -17,7 +18,7 @@
    1.23  compile_rules()
    1.24  {
    1.25  	mkdir build && cd build
    1.26 -	cmake	-DCMAKE_INSTALL_PREFIX=/usr ../scripts
    1.27 +	cmake	.. -DCMAKE_INSTALL_PREFIX=/usr
    1.28  	make
    1.29  	make DESTDIR=$DESTDIR install
    1.30  }