# HG changeset patch # User Hans-G?nter Theisgen # Date 1642580686 -3600 # Node ID 46d8460b95e466dce502e8f8f9fe956b4a95219f # Parent 8c77592c608a105bf30395eb0d949401808d79af updated tidy-html5 (5.6.0 -> 5.8.0) diff -r 8c77592c608a -r 46d8460b95e4 tidy-html5/receipt --- a/tidy-html5/receipt Wed Jan 19 08:06:16 2022 +0100 +++ b/tidy-html5/receipt Wed Jan 19 09:24:46 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="tidy-html5" -VERSION="5.6.0" +VERSION="5.8.0" CATEGORY="development" SHORT_DESC="The granddaddy of HTML tools, with support for modern standards." MAINTAINER="al.bobylev@gmail.com" -LICENSE="MIT" -WEB_SITE="http://www.html-tidy.org/" +LICENSE="W3C" +WEB_SITE="https://www.html-tidy.org/" +REPOLOGY="tidy" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/htacg/$PACKAGE/archive/$VERSION.tar.gz" @@ -23,10 +24,10 @@ # Rules to configure and make the package. compile_rules() { - cd build/cmake + cd build/cmake && cmake ../.. \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release && + -D CMAKE_INSTALL_PREFIX=/usr \ + -D CMAKE_BUILD_TYPE=Release && make && make install } @@ -34,6 +35,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }