wok rev 22028

updated tidy-html5 (5.1.25 -> 5.6.0)
author Hans-G?nter Theisgen
date Sun Oct 20 16:41:45 2019 +0100 (2019-10-20)
parents ad52c2b51c28
children 4e0a230340e9
files tidy-html5/receipt
line diff
     1.1 --- a/tidy-html5/receipt	Sun Oct 20 15:59:15 2019 +0100
     1.2 +++ b/tidy-html5/receipt	Sun Oct 20 16:41:45 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tidy-html5"
     1.7 -VERSION="5.1.25"
     1.8 +VERSION="5.6.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="The granddaddy of HTML tools, with support for modern standards"
    1.11 +SHORT_DESC="The granddaddy of HTML tools, with support for modern standards."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="MIT"
    1.14 -WEB_SITE="http://www.htacg.org/tidy-html5/"
    1.15 +WEB_SITE="http://www.html-tidy.org/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WGET_URL="https://github.com/htacg/tidy-html5/archive/$VERSION.tar.gz"
    1.19 +WGET_URL="https://github.com/htacg/$PACKAGE/archive/$VERSION.tar.gz"
    1.20  
    1.21  DEPENDS=""
    1.22  BUILD_DEPENDS="cmake libxslt"
    1.23 @@ -17,8 +18,11 @@
    1.24  compile_rules()
    1.25  {
    1.26  	cd build/cmake
    1.27 -	cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release &&
    1.28 -	make && make install
    1.29 +	cmake	../..				\
    1.30 +		-DCMAKE_INSTALL_PREFIX=/usr	\
    1.31 +		-DCMAKE_BUILD_TYPE=Release &&
    1.32 +	make &&
    1.33 +	make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.