wok rev 20564
Up httrack (3.49.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 12 22:54:16 2018 +0100 (2018-12-12) |
parents | 591601409a8e |
children | feeb3a07eddd |
files | httrack/receipt libstatgrab/receipt |
line diff
1.1 --- a/httrack/receipt Wed Dec 12 21:59:09 2018 +0100 1.2 +++ b/httrack/receipt Wed Dec 12 22:54:16 2018 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="httrack" 1.7 -VERSION="3.45.4" 1.8 +VERSION="3.49.2" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="An easy-to-use offline browser utility." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL3" 1.13 WEB_SITE="http://www.httrack.com/" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WGET_URL="http://download.httrack.com/$TARBALL" 1.16 +WGET_URL="http://mirror.httrack.com/$TARBALL" 1.17 1.18 DEPENDS="bash zlib" 1.19 BUILD_DEPENDS="zlib-dev" 1.20 @@ -16,7 +16,6 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 ./configure $CONFIGURE_ARGS && make -j1 && make install 1.26 } 1.27
2.1 --- a/libstatgrab/receipt Wed Dec 12 21:59:09 2018 +0100 2.2 +++ b/libstatgrab/receipt Wed Dec 12 22:54:16 2018 +0100 2.3 @@ -11,7 +11,7 @@ 2.4 WGET_URL="http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/$TARBALL" 2.5 2.6 DEPENDS="ncursesw" 2.7 -BUILD_DEPENDS="ncursesw-dev" 2.8 +BUILD_DEPENDS="ncursesw-dev file" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules()