wok rev 25413

updated wkhtmltopdf (0.12.5 -> 0.12.6)
author Hans-G?nter Theisgen
date Thu Aug 04 08:30:32 2022 +0100 (21 months ago)
parents f2de156be422
children d364ad3c406c
files wkhtmltopdf/description.txt wkhtmltopdf/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wkhtmltopdf/description.txt	Thu Aug 04 08:30:32 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +Wkhtmltopdf and wkhtmltoimage are open source (LGPLv3) command line tools
     1.5 +to render HTML into PDF and various image formats using the Qt WebKit
     1.6 +rendering engine.
     1.7 +These run entirely "headless" and do not require a display or display service.
     2.1 --- a/wkhtmltopdf/receipt	Thu Aug 04 07:30:37 2022 +0100
     2.2 +++ b/wkhtmltopdf/receipt	Thu Aug 04 08:30:32 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="wkhtmltopdf"
     2.7 -VERSION="0.12.5"
     2.8 +VERSION="0.12.6"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Tools to render HTML into PDF and various image formats."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -35,14 +35,12 @@
    2.13  
    2.14  	qmake wkhtmltopdf.pro &&
    2.15  	make &&
    2.16 -	make INSTALL_ROOT=$DESTDIR/usr install
    2.17 +	make install INSTALL_ROOT=$DESTDIR/usr
    2.18  }
    2.19  
    2.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.21  genpkg_rules()
    2.22  {
    2.23 -	mkdir -p $fs/usr
    2.24 -
    2.25 -	cp -a $install/usr/bin	$fs/usr
    2.26 -	cp -a $install/usr/lib	$fs/usr
    2.27 +	cook_copy_folders	bin
    2.28 +	cook_copy_folders	lib
    2.29  }