wok view pdf2djvu/receipt @ rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents 33da78f5fc46
children 6d98523681bb
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="http://jwilk.net/software/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 }