wok diff advancecomp/receipt @ rev 19195
Add: BVI. Fast and lightweight binary (hex) editor.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Mon Jun 06 10:28:32 2016 -0300 (2016-06-06) |
parents | 617dbdeb6f7e |
children | 45507bfb2b0d |
line diff
1.1 --- a/advancecomp/receipt Wed Oct 02 13:07:29 2013 +0000 1.2 +++ b/advancecomp/receipt Mon Jun 06 10:28:32 2016 -0300 1.3 @@ -1,26 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="advancecomp" 1.7 -VERSION="1.15" 1.8 +VERSION="1.20" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Recompression utilities for .ZIP, .PNG, .MNG and .GZ" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://advancemame.sourceforge.net/comp-readme.html" 1.15 -WGET_URL="$SF_MIRROR/advancemame/$TARBALL" 1.16 +WGET_URL="https://github.com/amadvance/advancecomp/releases/download/v$VERSION/$TARBALL" 1.17 TAGS="compression archive" 1.18 1.19 DEPENDS="gcc-lib-base zlib" 1.20 -BUILD_DEPENDS="zlib-dev" 1.21 +BUILD_DEPENDS="zlib-dev wget" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.28 - --mandir=/usr/share/man \ 1.29 - $CONFIGURE_ARGS && 1.30 + --mandir=/usr/share/man \ 1.31 + $CONFIGURE_ARGS && 1.32 make && 1.33 make DESTDIR=$DESTDIR install 1.34 }