wok diff poppler-qt4/receipt @ rev 13993

libQtScript - fix typo
author ernia <monghitri@aruba.it>
date Tue Feb 12 05:08:04 2013 +0000 (2013-02-12)
parents 02337c58bb22
children d99b8aa85966
line diff
     1.1 --- a/poppler-qt4/receipt	Thu Feb 07 21:27:33 2013 +0000
     1.2 +++ b/poppler-qt4/receipt	Tue Feb 12 05:08:04 2013 +0000
     1.3 @@ -5,25 +5,9 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="Poppler compiled with Qt4 library."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="expat freetype glib jpeg xorg-libXdamage lcms \
     1.8 -gcc-lib-base gtk+ cairo libQtCore libQtXml libQtGui gcc-lib-base"
     1.9 -BUILD_DEPENDS="pkg-config Qt4-dev fontconfig-dev expat-dev"
    1.10 -SOURCE="poppler"
    1.11 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12 +DEPENDS="poppler libQtCore libQtXml libQtGui"
    1.13 +WANTED="poppler"
    1.14  WEB_SITE="http://poppler.freedesktop.org/"
    1.15 -WGET_URL="http://poppler.freedesktop.org/$TARBALL"
    1.16 -
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 -	cd $src
    1.21 -	./configure \
    1.22 -		--enable-poppler-qt4 \
    1.23 -		--enable-zlib \
    1.24 -		$CONFIGURE_ARGS &&
    1.25 -	make &&
    1.26 -	make install
    1.27 -}
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()