wok diff gambas2/receipt @ rev 19361
Up tazpkg (919)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 03 08:46:48 2016 +0200 (2016-08-03) |
parents | 5715af5ba060 |
children | 0812d027f57c |
line diff
1.1 --- a/gambas2/receipt Wed Sep 23 19:44:57 2015 +0200 1.2 +++ b/gambas2/receipt Wed Aug 03 08:46:48 2016 +0200 1.3 @@ -11,9 +11,9 @@ 1.4 WGET_URL="$SF_MIRROR/gambas/$TARBALL" 1.5 TAGS="interpreter basic" 1.6 1.7 -DEPENDS="poppler util-linux-uuid" 1.8 -BUILD_DEPENDS="poppler-dev util-linux-uuid-dev lcms-dev tiff-dev \ 1.9 -autoconf automake libtool" 1.10 +DEPENDS="poppler util-linux-uuid lcms tiff jpeg libpng" 1.11 +BUILD_DEPENDS="poppler-dev util-linux-uuid-dev lcms-dev tiff-dev jpeg-dev \ 1.12 +libpng-dev autoconf automake libtool" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 @@ -26,8 +26,9 @@ 1.17 --infodir=/usr/share/info \ 1.18 --mandir=/usr/share/man \ 1.19 $CONFIGURE_ARGS && 1.20 - make 2>&1 | sed s/ERROR:/Error:/ && 1.21 - make DESTDIR=$DESTDIR install 2>&1 | sed s/ERROR:/Error:/ 1.22 + make && 1.23 + make DESTDIR=$DESTDIR install 2>&1 | \ 1.24 + sed 's/ERROR:/Error:/;s/: No such file/: no such file/' 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.