wok diff a2ps/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 19c22cc9d6cc
children 617dbdeb6f7e
line diff
     1.1 --- a/a2ps/receipt	Sat Feb 18 08:42:44 2012 -0500
     1.2 +++ b/a2ps/receipt	Tue Sep 10 12:15:52 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  }