wok-next diff airsnort/receipt @ rev 19264

Compress manpages (in $install/usr/share/man/...)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 04 00:54:49 2016 +0300 (2016-07-04)
parents 617dbdeb6f7e
children 11b5e93cb5f2
line diff
     1.1 --- a/airsnort/receipt	Wed Oct 02 13:07:29 2013 +0000
     1.2 +++ b/airsnort/receipt	Mon Jul 04 00:54:49 2016 +0300
     1.3 @@ -16,13 +16,14 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--infodir=/usr/share/info \
    1.11  		--mandir=/usr/share/man \
    1.12  		$CONFIGURE_ARGS &&
    1.13  	make && make DESTDIR=$DESTDIR install
    1.14 +
    1.15 +	cook_compress_manpages
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.