wok view pdf2djvu/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 0cd8ffbd0ae1
children 20661c276bcf
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 }