wok-6.x diff advancecomp/receipt @ rev 19390
dropbear: revert to previous EOT redirect
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Aug 24 18:11:12 2016 -0400 (2016-08-24) |
parents | 45507bfb2b0d |
children | 5d404602443f |
line diff
1.1 --- a/advancecomp/receipt Mon Jul 04 00:54:49 2016 +0300 1.2 +++ b/advancecomp/receipt Wed Aug 24 18:11:12 2016 -0400 1.3 @@ -6,8 +6,8 @@ 1.4 SHORT_DESC="Recompression utilities for .ZIP, .PNG, .MNG and .GZ" 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://advancemame.sourceforge.net/comp-readme.html" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 -WEB_SITE="http://advancemame.sourceforge.net/comp-readme.html" 1.10 WGET_URL="https://github.com/amadvance/advancecomp/releases/download/v$VERSION/$TARBALL" 1.11 TAGS="compression archive" 1.12 1.13 @@ -17,13 +17,13 @@ 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.18 + ./configure \ 1.19 + --prefix=/usr \ 1.20 + --infodir=/usr/share/info \ 1.21 --mandir=/usr/share/man \ 1.22 $CONFIGURE_ARGS && 1.23 make && 1.24 make DESTDIR=$DESTDIR install 1.25 - 1.26 - cook_compress_manpages 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.