# HG changeset patch # User Pascal Bellard # Date 1376680112 0 # Node ID 7b91061e7189969a0a38f47a3b6eba2012a53b58 # Parent 63230fad92f13559b01d032e635100b3d4369ba1 php: update bdeps diff -r 63230fad92f1 -r 7b91061e7189 a2ps/receipt --- a/a2ps/receipt Fri Aug 16 12:16:09 2013 +0000 +++ b/a2ps/receipt Fri Aug 16 19:08:32 2013 +0000 @@ -8,8 +8,9 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/a2ps/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +TAGS="ps print convert" + BUILD_DEPENDS="gperf" -TAGS="ps print convert" # Rules to configure and make the package. compile_rules() @@ -18,14 +19,14 @@ # Be busybox sort compatible sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh ./configure --sysconfdir=/etc $CONFIGURE_ARGS && - make && + make 2>&1 | grep -v fonts.map.new && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs rm -rf $fs/usr/lib $fs/usr/include $fs/usr/share/man $fs/usr/share/info sed -i 's/^FileCommand/#FileCommand/' $fs/etc/a2ps.cfg } diff -r 63230fad92f1 -r 7b91061e7189 php/receipt --- a/php/receipt Fri Aug 16 12:16:09 2013 +0000 +++ b/php/receipt Fri Aug 16 19:08:32 2013 +0000 @@ -15,7 +15,7 @@ net-snmp-dev postgresql-dev gettext openssl-dev apache-dev apr-util-dev \ c-client mhash-dev libpng-dev libunixODBC unixODBC-dev openldap-dev \ libldap apr-dev libmcrypt-dev curl-dev cyrus-sasl-dev perl pkg-config \ -jpeg-dev net-snmp-dev libvpx-dev apache" +jpeg-dev net-snmp-dev libvpx-dev apache coreutils-conditions" # Rules to configure and make the package. compile_rules()