wok-4.x view poppler-qt4/receipt @ rev 6612

Fixed giflib-dev, jpeg-dev, libpng-dev, tiff-dev, and zlib-dev. I made there wanted package be depends also since you need the .so files to compile things also most of the time.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 09 19:37:19 2010 +0000 (2010-10-09)
parents f3327707164a
children 4321f1d3889f
line source
1 # SliTaz package receipt.
3 PACKAGE="poppler-qt4"
4 VERSION="0.14.3"
5 CATEGORY="office"
6 SHORT_DESC="Poppler QT4 library."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="poppler"
9 DEPENDS="poppler libQtCore libQtXml libQtGui gcc-lib-base"
10 WEB_SITE="http://poppler.freedesktop.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*qt4.so* $fs/usr/lib
17 }