wok rev 15176

php: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 16 19:08:32 2013 +0000 (2013-08-16)
parents 63230fad92f1
children 11f97d50b273
files a2ps/receipt php/receipt
line diff
     1.1 --- a/a2ps/receipt	Fri Aug 16 12:16:09 2013 +0000
     1.2 +++ b/a2ps/receipt	Fri Aug 16 19:08:32 2013 +0000
     1.3 @@ -8,8 +8,9 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.gnu.org/software/a2ps/"
     1.6  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.7 +TAGS="ps print convert"
     1.8 +
     1.9  BUILD_DEPENDS="gperf"
    1.10 -TAGS="ps print convert"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14 @@ -18,14 +19,14 @@
    1.15  	# Be busybox sort compatible
    1.16  	sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh
    1.17  	./configure --sysconfdir=/etc $CONFIGURE_ARGS &&
    1.18 -	make &&
    1.19 +	make 2>&1 | grep -v fonts.map.new &&
    1.20  	make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	cp -a $_pkg/* $fs
    1.27 +	cp -a $install/* $fs
    1.28  	rm -rf $fs/usr/lib $fs/usr/include $fs/usr/share/man $fs/usr/share/info
    1.29  	sed -i 's/^FileCommand/#FileCommand/' $fs/etc/a2ps.cfg
    1.30  }
     2.1 --- a/php/receipt	Fri Aug 16 12:16:09 2013 +0000
     2.2 +++ b/php/receipt	Fri Aug 16 19:08:32 2013 +0000
     2.3 @@ -15,7 +15,7 @@
     2.4  net-snmp-dev postgresql-dev gettext openssl-dev apache-dev apr-util-dev \
     2.5  c-client mhash-dev libpng-dev libunixODBC unixODBC-dev openldap-dev \
     2.6  libldap apr-dev libmcrypt-dev curl-dev cyrus-sasl-dev perl pkg-config \
     2.7 -jpeg-dev net-snmp-dev libvpx-dev apache"
     2.8 +jpeg-dev net-snmp-dev libvpx-dev apache coreutils-conditions"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()