wok-next view htmldoc/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="htmldoc"
4 VERSION="1.9.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Convert HTML pages into a PDF document"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.msweet.org/htmldoc/"
11 TARBALL="$PACKAGE-$VERSION-source.tar.gz"
12 WGET_URL="https://github.com/michaelrsweet/htmldoc/releases/download/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="fltk-dev libgcrypt-dev libjpeg-turbo-dev libpng-dev \
15 libxpm-dev"
17 compile_rules() {
18 echo "MimeType=application/vnd.htmldoc-book;" >> desktop/htmldoc.desktop
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install || return 1
24 find $install -type f -exec chmod u+w '{}' \;
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="fltk fontconfig libjpeg-turbo libpng libx11 libxext \
30 libxfixes libxft libxinerama libxpm zlib"
31 }