wok-current diff pugixml/receipt @ rev 22192
updated xorg-imake (1.0.3 -> 1.0.8)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 09:43:24 2019 +0100 (2019-11-11) |
parents | a78610b2eb47 |
children | b3bc4f725c0b |
line diff
1.1 --- a/pugixml/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/pugixml/receipt Mon Nov 11 09:43:24 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 }