wok diff tidy-html5/receipt @ rev 22250
updated xorg-xclock (1.0.6 -> 1.0.9)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 16:43:09 2019 +0100 (2019-11-12) |
parents | bc08d1b89c0f |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/tidy-html5/receipt Thu Dec 10 01:58:32 2015 +0200 1.2 +++ b/tidy-html5/receipt Tue Nov 12 16:43:09 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.