wok diff audiofile/receipt @ rev 19269

Compress manpages.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 04 14:47:05 2016 +0300 (2016-07-04)
parents 424066c71c13
children 11b5e93cb5f2
line diff
     1.1 --- a/audiofile/receipt	Sun Mar 23 22:14:30 2014 +0100
     1.2 +++ b/audiofile/receipt	Mon Jul 04 14:47:05 2016 +0300
     1.3 @@ -17,10 +17,11 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make && make DESTDIR=$DESTDIR install
    1.11 +
    1.12 +	cook_compress_manpages
    1.13  }
    1.14  
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 @@ -30,4 +31,3 @@
    1.17  	cp -a $install/usr/bin $fs/usr
    1.18  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.19  }
    1.20 -