wok-current rev 19556
Up: cookutils(847), advancecomp(1.23); bash: update depends.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 13 17:27:04 2016 +0200 (2016-12-13) |
parents | 8ca08b663525 |
children | 052a6e449318 |
files | advancecomp/description.txt advancecomp/receipt advancecomp/stuff/advancecomp.patch bash/receipt cookutils-daemon/receipt cookutils/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/advancecomp/description.txt Tue Dec 13 17:27:04 2016 +0200 1.3 @@ -0,0 +1,10 @@ 1.4 +AdvanceCOMP contains recompression utilities for your .zip archives, .png 1.5 +images, .mng video clips and .gz files. 1.6 + 1.7 +This package contains: 1.8 + 1.9 + * `advzip` - recompression and test utility for zip files 1.10 + * `advpng` - recompression utility for png files 1.11 + * `advmng` - recompression utility for mng files 1.12 + * `advdef` - recompression utility for deflate streams in .png, .mng and .gz 1.13 + files
2.1 --- a/advancecomp/receipt Sun Dec 11 15:15:39 2016 +0100 2.2 +++ b/advancecomp/receipt Tue Dec 13 17:27:04 2016 +0200 2.3 @@ -1,34 +1,30 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="advancecomp" 2.7 -VERSION="1.20" 2.8 +VERSION="1.23" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Recompression utilities for .ZIP, .PNG, .MNG and .GZ" 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -WEB_SITE="http://advancemame.sourceforge.net/comp-readme.html" 2.14 +WEB_SITE="http://www.advancemame.it/comp-readme" 2.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 -WGET_URL="https://github.com/amadvance/advancecomp/releases/download/v$VERSION/$TARBALL" 2.17 +WGET_URL="https://github.com/amadvance/advancecomp/archive/v$VERSION.tar.gz" 2.18 TAGS="compression archive" 2.19 2.20 DEPENDS="gcc-lib-base zlib" 2.21 -BUILD_DEPENDS="zlib-dev wget" 2.22 +BUILD_DEPENDS="automake zlib-dev" 2.23 2.24 # Rules to configure and make the package. 2.25 compile_rules() 2.26 { 2.27 - ./configure \ 2.28 - --prefix=/usr \ 2.29 - --infodir=/usr/share/info \ 2.30 - --mandir=/usr/share/man \ 2.31 - $CONFIGURE_ARGS && 2.32 - make && 2.33 - make DESTDIR=$DESTDIR install 2.34 + patch -p1 -i $stuff/advancecomp.patch 2.35 + 2.36 + ./autogen.sh && 2.37 + ./configure $CONFIGURE_ARGS && make && make install 2.38 } 2.39 2.40 # Rules to gen a SliTaz package suitable for Tazpkg. 2.41 genpkg_rules() 2.42 { 2.43 - mkdir -p $fs/usr 2.44 - cp -a $install/usr/bin $fs/usr 2.45 + cook_copy_folders bin 2.46 }
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/advancecomp/stuff/advancecomp.patch Tue Dec 13 17:27:04 2016 +0200 3.3 @@ -0,0 +1,13 @@ 3.4 +--- a/autogen.sh 3.5 ++++ b/autogen.sh 3.6 +@@ -8,9 +8,9 @@ 3.7 + 3.8 + # Regenerate configuration files 3.9 + aclocal 3.10 +-automake --add-missing --force-missing 3.11 + autoconf 3.12 + autoheader && touch config.h.in 3.13 ++automake --add-missing --force-missing 3.14 + 3.15 + # Run configure for this platform 3.16 + echo "Now you are ready to run ./configure"
4.1 --- a/bash/receipt Sun Dec 11 15:15:39 2016 +0100 4.2 +++ b/bash/receipt Tue Dec 13 17:27:04 2016 +0200 4.3 @@ -16,8 +16,10 @@ 4.4 EXTRA_SOURCE_FILES="$BASHCHECK $BASHPATCHES" 4.5 TAGS="shell" 4.6 4.7 -DEPENDS="readline" 4.8 +DEPENDS="libtinfo" # readline 4.9 BUILD_DEPENDS="readline bison wget texinfo" 4.10 +#configure: WARNING: installed readline library is too old to be linked with bash 4.11 +#configure: WARNING: using private bash version 4.12 4.13 patch_bash() 4.14 {
5.1 --- a/cookutils-daemon/receipt Sun Dec 11 15:15:39 2016 +0100 5.2 +++ b/cookutils-daemon/receipt Tue Dec 13 17:27:04 2016 +0200 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="cookutils-daemon" 5.7 -VERSION="843" 5.8 +VERSION="847" 5.9 CATEGORY="system-tools" 5.10 SHORT_DESC="SliTaz Cooker daemon script for build host." 5.11 MAINTAINER="pankso@slitaz.org"
6.1 --- a/cookutils/receipt Sun Dec 11 15:15:39 2016 +0100 6.2 +++ b/cookutils/receipt Tue Dec 13 17:27:04 2016 +0200 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="cookutils" 6.7 -VERSION="843" 6.8 +VERSION="847" 6.9 CATEGORY="base-system" 6.10 SHORT_DESC="SliTaz packages builder new generation." 6.11 MAINTAINER="pankso@slitaz.org"