wok-6.x rev 16606
podofo: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 08 07:51:29 2014 +0000 (2014-05-08) |
parents | e7f0c5f9a202 |
children | e9f0fb583bb5 |
files | podofo/receipt |
line diff
1.1 --- a/podofo/receipt Thu May 08 10:27:42 2014 +0000 1.2 +++ b/podofo/receipt Thu May 08 07:51:29 2014 +0000 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 . &&