wok rev 24310

updated tidy-html5 (5.6.0 -> 5.8.0)
author Hans-G?nter Theisgen
date Wed Jan 19 09:24:46 2022 +0100 (2022-01-19)
parents 8c77592c608a
children ee50917f30ae
files tidy-html5/receipt
line diff
     1.1 --- a/tidy-html5/receipt	Wed Jan 19 08:06:16 2022 +0100
     1.2 +++ b/tidy-html5/receipt	Wed Jan 19 09:24:46 2022 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tidy-html5"
     1.7 -VERSION="5.6.0"
     1.8 +VERSION="5.8.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The granddaddy of HTML tools, with support for modern standards."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 -LICENSE="MIT"
    1.13 -WEB_SITE="http://www.html-tidy.org/"
    1.14 +LICENSE="W3C"
    1.15 +WEB_SITE="https://www.html-tidy.org/"
    1.16 +REPOLOGY="tidy"
    1.17  
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19  WGET_URL="https://github.com/htacg/$PACKAGE/archive/$VERSION.tar.gz"
    1.20 @@ -23,10 +24,10 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd build/cmake
    1.25 +	cd	build/cmake &&
    1.26  	cmake	../..				\
    1.27 -		-DCMAKE_INSTALL_PREFIX=/usr	\
    1.28 -		-DCMAKE_BUILD_TYPE=Release &&
    1.29 +		-D CMAKE_INSTALL_PREFIX=/usr	\
    1.30 +		-D CMAKE_BUILD_TYPE=Release &&
    1.31  	make &&
    1.32  	make install
    1.33  }
    1.34 @@ -34,6 +35,5 @@
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38 -	mkdir -p $fs/usr
    1.39 -	cp -a $install/usr/bin $fs/usr
    1.40 +	cook_copy_folders	bin
    1.41  }