wok diff pugixml/receipt @ rev 25445

itaka: fix wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 06 07:38:52 2022 +0000 (21 months ago)
parents 5ea0ce1cecc0
children 0262035dc1e7
line diff
     1.1 --- a/pugixml/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/pugixml/receipt	Tue Sep 06 07:38:52 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pugixml"
     1.7 -VERSION="1.10"
     1.8 +VERSION="1.12.1"
     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 @@ -23,11 +23,12 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	mkdir build &&
    1.17 -	cd build &&
    1.18 -	cmake	.. -DCMAKE_INSTALL_PREFIX=/usr &&
    1.19 +	mkdir	_build &&
    1.20 +	cd	_build &&
    1.21 +	cmake	..				\
    1.22 +		-D CMAKE_INSTALL_PREFIX=/usr &&
    1.23  	make &&
    1.24 -	make DESTDIR=$DESTDIR install
    1.25 +	make install DESTDIR=$DESTDIR
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.