wok-current diff tidy-html5/receipt @ rev 25446
ftop: add description.txt
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 06 10:22:54 2022 +0000 (2022-09-06) |
parents | 5ea0ce1cecc0 |
children |
line diff
1.1 --- a/tidy-html5/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/tidy-html5/receipt Tue Sep 06 10:22:54 2022 +0000 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 }