wok-next view pdf2djvu/receipt @ rev 20366

Add ytnef for claws-mail; update claws-mail, also move it to using webkitgtk (just outdated, because it's authors claims it switching to WebKit2 GTK) instead of libwebkit (very outdated version of the same WebKit GTK); update surf, also moved to webkitgtk; add surf2 used webkit2gtk; update get-palemoon. claws-mail-extras and claws-mail-perl moved to claws-mail receipt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 24 14:48:02 2017 +0200 (2017-11-24)
parents 0cd8ffbd0ae1
children d43bf7aae921
line source
1 # SliTaz package receipt.
3 PACKAGE="pdf2djvu"
4 VERSION="0.9.4"
5 SHORT_DESC="creates DjVu files from PDF files"
6 CATEGORY="graphics"
7 LICENSE="GPL2"
8 TARBALL="$PACKAGE-$VERSION.tar.xz"
9 MAINTAINER="psychomaniak@xakep.ru"
10 WEB_SITE="https://bitbucket.org/jwilk/pdf2djvu"
11 WGET_URL="$WEB_SITE/downloads/$TARBALL"
13 TAGS="pdf djvu"
14 DEPENDS="djvulibre poppler"
15 BUILD_DEPENDS="wget cacerts djvulibre-dev poppler-dev" #exiv2
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }