wok-next view qpdf/receipt @ rev 19957

Up fuse-emulator, gpgme, libnetfilter_conntrack, libnetfilter_cthelper, libnetfilter_cttimeout, libnetfilter_queue, libnfnetlink, libsdl, libspectrum, libstatgrab, libstroke, subversion, sysfsutils, taglib, tcl, tcpcrypt, tidy, tk, tokyocabinet, udisks2. Add fuse-emulator-gtk3, libblockdev, libbytesize, libstroke, volume_key.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 16 22:34:14 2017 +0300 (2017-10-16)
parents 27e7c76d2c94
children c3a368c0cddb
line source
1 # SliTaz package receipt.
3 PACKAGE="qpdf"
4 VERSION="6.0.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="QPDF: A Content-Preserving PDF Transformation System"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="Artistic-2.0"
9 WEB_SITE="http://qpdf.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="pcre zlib"
15 BUILD_DEPENDS="zlib-dev pcre-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --disable-static \
22 --docdir=/usr/share/doc/qpdf-$VERSION \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy bin/ *.so*
31 }