wok-current rev 22581
bzlib, libbfd: fix version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 07 13:24:42 2020 +0100 (2020-01-07) |
parents | 29bbdc1ad8ad |
children | 00a42830d020 |
files | antimicro/receipt bluez-alsa/receipt bzlib/receipt libbfd/receipt |
line diff
1.1 --- a/antimicro/receipt Tue Jan 07 13:23:33 2020 +0100 1.2 +++ b/antimicro/receipt Tue Jan 07 13:24:42 2020 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="https://github.com/AntiMicro/antimicro" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WEB_SITE="https://github.com/AntiMicro/$PACKAGE/archive/$VERSION/$TARBALL" 1.8 +WGET_URL="https://github.com/AntiMicro/$PACKAGE/archive/$VERSION/$TARBALL" 1.9 1.10 DEPENDS="libQtCore libQtGui libsdl2 libxcb xorg-libX11 xorg-libXau \ 1.11 xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXtst"
2.1 --- a/bluez-alsa/receipt Tue Jan 07 13:23:33 2020 +0100 2.2 +++ b/bluez-alsa/receipt Tue Jan 07 13:24:42 2020 +0100 2.3 @@ -21,7 +21,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - { 2.8 + mkdir m4 2> /dev/null 2.9 autoreconf --install && 2.10 mkdir build && 2.11 cd build && 2.12 @@ -31,7 +31,6 @@ 2.13 $CONFIGURE_ARGS && 2.14 make && 2.15 make DESTDIR=$DESTDIR install 2.16 - } 2>&1 | sed 's/: No such/: no such/' 2.17 } 2.18 2.19 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/bzlib/receipt Tue Jan 07 13:23:33 2020 +0100 3.2 +++ b/bzlib/receipt Tue Jan 07 13:24:42 2020 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="bzlib" 3.7 -VERSION="1.0.6" 3.8 +VERSION="1.0.8" 3.9 CATEGORY="utilities" 3.10 SHORT_DESC="High-quality data compressor libraries." 3.11 MAINTAINER="pascal.bellard@slitaz.org"
4.1 --- a/libbfd/receipt Tue Jan 07 13:23:33 2020 +0100 4.2 +++ b/libbfd/receipt Tue Jan 07 13:24:42 2020 +0100 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="libbfd" 4.7 -VERSION="2.25" 4.8 +VERSION="2.33.1" 4.9 CATEGORY="system-tools" 4.10 SHORT_DESC="Binary File Descriptor library" 4.11 MAINTAINER="erjo@slitaz.org"