wok diff podofo/receipt @ rev 16980

Add exempi and exempi-dev
author Yuri Pourre <yuripourre@gmail.com>
date Thu Aug 07 00:46:10 2014 -0300 (2014-08-07)
parents 380ffe05937a
children 63cbc306c335
line diff
     1.1 --- a/podofo/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/podofo/receipt	Thu Aug 07 00:46:10 2014 -0300
     1.3 @@ -9,13 +9,13 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://podofo.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 -DEPENDS="fontconfig freetype zlib jpeg tiff gcc-lib-base"
     1.8 -BUILD_DEPENDS="cmake fontconfig-dev freetype-dev zlib-dev jpeg-dev tiff-dev"
     1.9 +DEPENDS="fontconfig freetype zlib jpeg tiff gcc-lib-base libpng"
    1.10 +BUILD_DEPENDS="cmake fontconfig-dev freetype-dev zlib-dev jpeg-dev tiff-dev \
    1.11 +libpng-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE \
    1.18  	      -DPODOFO_BUILD_STATIC:BOOL=TRUE \
    1.19  	      -DPODOFO_BUILD_SHARED:BOOL=TRUE . &&