wok-next rev 20391
Up htmldoc (1.9.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 01 15:47:18 2017 +0100 (2017-12-01) |
parents | 83f5964f619e |
children | a56cc27b9077 |
files | htmldoc/receipt |
line diff
1.1 --- a/htmldoc/receipt Fri Dec 01 16:24:18 2017 +0200 1.2 +++ b/htmldoc/receipt Fri Dec 01 15:47:18 2017 +0100 1.3 @@ -1,28 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="htmldoc" 1.7 -VERSION="1.8.27" 1.8 +VERSION="1.9.1" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Convert HTML pages into a PDF document." 1.11 MAINTAINER="gokhlayeh@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 1.14 -WEB_SITE="http://www.htmldoc.org" 1.15 -WGET_URL="http://ftp.easysw.com/pub/$PACKAGE/$VERSION/$TARBALL" 1.16 +TARBALL="$PACKAGE-$VERSION-source.tar.gz" 1.17 +WEB_SITE="https://michaelrsweet.github.io/htmldoc" 1.18 +WGET_URL="https://github.com/michaelrsweet/htmldoc/releases/download/v$VERSION/$TARBALL" 1.19 1.20 DEPENDS="jpeg libpng fltk" 1.21 -BUILD_DEPENDS="jpeg-dev libpng-dev fltk-dev" 1.22 +BUILD_DEPENDS="jpeg-dev libpng-dev fltk-dev libjpeg-turbo" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 - 1.29 # make sure not to use the libs htmldoc ships with 1.30 mkdir foo ; mv jpeg foo/ ; mv png foo/ ; mv zlib foo/ 1.31 1.32 { ./configure && \ 1.33 - sed -i 's|^bindir.*$|bindir = ${prefix}/bin|' Makedefs && \ 1.34 make && make prefix=$DESTDIR/usr install; } || return 1 1.35 1.36 # fix freedesktop stuff