wok diff aria2/receipt @ rev 19267

Compress manpages.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 04 11:45:47 2016 +0300 (2016-07-04)
parents 8417cbe6fdae
children 11b5e93cb5f2
line diff
     1.1 --- a/aria2/receipt	Sat Sep 12 15:52:07 2015 +0200
     1.2 +++ b/aria2/receipt	Mon Jul 04 11:45:47 2016 +0300
     1.3 @@ -17,11 +17,12 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure $CONFIGURE_ARGS \
     1.9  	--enable-epoll --enable-threads=posix --with-libz \
    1.10  	--without-sqlite3 --without-openssl &&
    1.11 -	make &&	make install
    1.12 +	make && make install
    1.13 +
    1.14 +	cook_compress_manpages
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.