wok view pxz/receipt @ rev 17853

epdfview: fix rendering of embedded images

used:
http://www.linuxfromscratch.org/patches/blfs/svn/epdfview-0.1.8-fixes-2.patch
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Mar 24 22:35:58 2015 +0100 (2015-03-24)
parents
children ad8b9ff412d2
line source
1 # SliTaz package receipt.
3 PACKAGE="pxz"
4 VERSION="4.999.9beta.20091201git"
5 CATEGORY="base-system"
6 SHORT_DESC="Parallel LZMA compressor using liblzma."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://jnovy.fedorapeople.org/pxz"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 DEPENDS="liblzma libgomp"
14 BUILD_DEPENDS="liblzma-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make && make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }