wok diff antinat/receipt @ rev 19942
memtest: shrink unpack.S
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 06 08:25:09 2017 +0200 (2017-05-06) |
parents | f0a0b5091b4a |
children | 658dbc88032b |
line diff
1.1 --- a/antinat/receipt Mon Jul 04 10:05:09 2016 +0300 1.2 +++ b/antinat/receipt Sat May 06 08:25:09 2017 +0200 1.3 @@ -6,8 +6,8 @@ 1.4 SHORT_DESC="Flexible SOCKS server & client library for proxy-based applications." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://antinat.sourceforge.net/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 -WEB_SITE="http://antinat.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 1.12 DEPENDS="expat" 1.13 @@ -20,11 +20,7 @@ 1.14 make && 1.15 make prefix=$DESTDIR/usr install 1.16 1.17 - for i in 1 3 4; do 1.18 - mkdir -p $install/usr/share/man/man$i 1.19 - cp -a $src/man/*.$i $install/usr/share/man/man$i 1.20 - done 1.21 - cook_compress_manpages 1.22 + cook_pick_manpages $src/man/*.1 $src/man/*.3 $src/man/*.4 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.