wok rev 23623

Update some bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 14 16:56:01 2020 +0000 (2020-04-14)
parents 753eb9a63b99
children c19784df5edf
files blktrace/receipt dotconf/receipt pcmciautils/receipt pekwm/receipt screen-pam/receipt screen/receipt sipsak/receipt slitaz-boot-scripts/receipt sslscan/receipt tazpkg/receipt wavpack/receipt wifidog/receipt xdg-user-dirs/receipt yp-tools/receipt
line diff
     1.1 --- a/blktrace/receipt	Tue Apr 14 16:13:04 2020 +0100
     1.2 +++ b/blktrace/receipt	Tue Apr 14 16:56:01 2020 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  {
     1.5  	sed -i 's|/usr/local|/usr|' Makefile
     1.6  
     1.7 -	make DESTDIR=$DESTDIR install
     1.8 +	make -j 1 DESTDIR=$DESTDIR install
     1.9  
    1.10  	mkdir -p $install/usr/share
    1.11  	mv $install/usr/man $install/usr/share
     2.1 --- a/dotconf/receipt	Tue Apr 14 16:13:04 2020 +0100
     2.2 +++ b/dotconf/receipt	Tue Apr 14 16:56:01 2020 +0000
     2.3 @@ -12,7 +12,7 @@
     2.4  WGET_URL="$[WEB_SITE}archive/v${VERSION%}/$TARBALL"
     2.5  
     2.6  DEPENDS=""
     2.7 -BUILD_DEPENDS="automake"
     2.8 +BUILD_DEPENDS="libtool"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- a/pcmciautils/receipt	Tue Apr 14 16:13:04 2020 +0100
     3.2 +++ b/pcmciautils/receipt	Tue Apr 14 16:56:01 2020 +0000
     3.3 @@ -18,7 +18,7 @@
     3.4  compile_rules()
     3.5  {
     3.6  	# We need lex...
     3.7 -	make
     3.8 +	make -j 1
     3.9  }
    3.10  
    3.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/pekwm/receipt	Tue Apr 14 16:13:04 2020 +0100
     4.2 +++ b/pekwm/receipt	Tue Apr 14 16:56:01 2020 +0000
     4.3 @@ -14,7 +14,7 @@
     4.4  
     4.5  SUGGESTED="hsetroot tint2 lxpanel wbar xorg-xprop xorg-xev xdotool wmctrl"
     4.6  DEPENDS="xorg-libX11 xorg-libXinerama xorg-libXft xorg-libXrandr xorg-libXpm"
     4.7 -BUILD_DEPENDS="automake xorg-dev xorg-dev-proto zlib-dev"
     4.8 +BUILD_DEPENDS="libtool xorg-dev xorg-dev-proto zlib-dev"
     4.9  
    4.10  # Rules to configure and make the package.
    4.11  compile_rules()
     5.1 --- a/screen-pam/receipt	Tue Apr 14 16:13:04 2020 +0100
     5.2 +++ b/screen-pam/receipt	Tue Apr 14 16:56:01 2020 +0000
     5.3 @@ -17,7 +17,7 @@
     5.4  SUGGESTED="screen-terminfo"
     5.5  PROVIDE="screen:pam"
     5.6  DEPENDS="elfutils pam"
     5.7 -BUILD_DEPENDS="ncursesw-extra"
     5.8 +BUILD_DEPENDS="ncursesw-extra texinfo"
     5.9  
    5.10  # Rules to configure and make the package.
    5.11  compile_rules()
     6.1 --- a/screen/receipt	Tue Apr 14 16:13:04 2020 +0100
     6.2 +++ b/screen/receipt	Tue Apr 14 16:56:01 2020 +0000
     6.3 @@ -15,7 +15,7 @@
     6.4  
     6.5  SUGGESTED="screen-terminfo"
     6.6  DEPENDS="elfutils"
     6.7 -BUILD_DEPENDS="ncursesw-extra"
     6.8 +BUILD_DEPENDS="ncursesw-extra texinfo"
     6.9  
    6.10  # Rules to configure and make the package.
    6.11  compile_rules()
     7.1 --- a/sipsak/receipt	Tue Apr 14 16:13:04 2020 +0100
     7.2 +++ b/sipsak/receipt	Tue Apr 14 16:56:01 2020 +0000
     7.3 @@ -12,7 +12,7 @@
     7.4  WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz"
     7.5  
     7.6  DEPENDS="gnutls libcrypto zlib"
     7.7 -BUILD_DEPENDS="autoconf libcrypto libcrypto-dev"
     7.8 +BUILD_DEPENDS="libtool libcrypto libcrypto-dev"
     7.9  
    7.10  # Rules to configure and make the package.
    7.11  compile_rules()
     8.1 --- a/slitaz-boot-scripts/receipt	Tue Apr 14 16:13:04 2020 +0100
     8.2 +++ b/slitaz-boot-scripts/receipt	Tue Apr 14 16:56:01 2020 +0000
     8.3 @@ -1,7 +1,7 @@
     8.4  # SliTaz package receipt.
     8.5  
     8.6  PACKAGE="slitaz-boot-scripts"
     8.7 -VERSION="459"
     8.8 +VERSION="460"
     8.9  CATEGORY="base-system"
    8.10  SHORT_DESC="Provide all the initialisation scripts used at boot time."
    8.11  MAINTAINER="pankso@slitaz.org"
     9.1 --- a/sslscan/receipt	Tue Apr 14 16:13:04 2020 +0100
     9.2 +++ b/sslscan/receipt	Tue Apr 14 16:56:01 2020 +0000
     9.3 @@ -12,7 +12,7 @@
     9.4  WGET_URL="$WEB_SITE/archive/$VERSION-rbsec.tar.gz"
     9.5  
     9.6  DEPENDS="libssl zlib"
     9.7 -BUILD_DEPENDS="openssl-dev zlib-dev"
     9.8 +BUILD_DEPENDS="openssl-dev zlib-dev git"
     9.9  
    9.10  # Rules to configure and make the package.
    9.11  compile_rules()
    10.1 --- a/tazpkg/receipt	Tue Apr 14 16:13:04 2020 +0100
    10.2 +++ b/tazpkg/receipt	Tue Apr 14 16:56:01 2020 +0000
    10.3 @@ -49,12 +49,12 @@
    10.4  post_install()
    10.5  {
    10.6  	# Apply a fix to config file /etc/slitaz/slitaz.conf
    10.7 -	[ -f /etc/slitaz/slitaz.conf ] && \
    10.8 -		sed -i 's/LOCAL_STATE/LOCALSTATE/' /etc/slitaz/slitaz.conf
    10.9 +	[ -f $1/etc/slitaz/slitaz.conf ] && \
   10.10 +		sed -i 's/LOCAL_STATE/LOCALSTATE/' $1/etc/slitaz/slitaz.conf
   10.11  
   10.12  	# Make sure new config is present
   10.13 -	if ! grep -q ^NOTIFY_GEOM "$root/etc/slitaz/tazpkg.conf"; then
   10.14 -		cat >> "$root/etc/slitaz/tazpkg.conf" << "EOT"
   10.15 +	if ! grep -q ^NOTIFY_GEOM "$1/etc/slitaz/tazpkg.conf"; then
   10.16 +		cat >> "$1/etc/slitaz/tazpkg.conf" << "EOT"
   10.17  # The geometry of the desktop notification
   10.18  NOTIFY_GEOM="360x80-0+24"
   10.19  
    11.1 --- a/wavpack/receipt	Tue Apr 14 16:13:04 2020 +0100
    11.2 +++ b/wavpack/receipt	Tue Apr 14 16:56:01 2020 +0000
    11.3 @@ -12,7 +12,7 @@
    11.4  WGET_URL="https://github.com/dbry/WavPack/archive/$VERSION.tar.gz"
    11.5  
    11.6  DEPENDS="glibc-base"
    11.7 -BUILD_DEPENDS="autoconf"
    11.8 +BUILD_DEPENDS="libtool"
    11.9  
   11.10  # Rules to configure and make the package.
   11.11  compile_rules()
    12.1 --- a/wifidog/receipt	Tue Apr 14 16:13:04 2020 +0100
    12.2 +++ b/wifidog/receipt	Tue Apr 14 16:56:01 2020 +0000
    12.3 @@ -11,7 +11,7 @@
    12.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    12.5  WGET_URL="https://github.com/$PACKAGE/wifidog-gateway/archive/$VERSION.tar.gz"
    12.6  
    12.7 -BUILD_DEPENDS="autoconf"
    12.8 +BUILD_DEPENDS="libtool"
    12.9  
   12.10  CONFIG_FILES="/etc/wifidog.conf"
   12.11  
    13.1 --- a/xdg-user-dirs/receipt	Tue Apr 14 16:13:04 2020 +0100
    13.2 +++ b/xdg-user-dirs/receipt	Tue Apr 14 16:56:01 2020 +0000
    13.3 @@ -12,7 +12,7 @@
    13.4  WGET_URL="https://user-dirs.freedesktop.org/releases/$TARBALL"
    13.5  
    13.6  DEPENDS=""
    13.7 -BUILD_DEPENDS="autoconf gawk"
    13.8 +BUILD_DEPENDS="libtool gawk"
    13.9  
   13.10  # Rules to configure and make the package.
   13.11  compile_rules()
    14.1 --- a/yp-tools/receipt	Tue Apr 14 16:13:04 2020 +0100
    14.2 +++ b/yp-tools/receipt	Tue Apr 14 16:56:01 2020 +0000
    14.3 @@ -11,7 +11,7 @@
    14.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    14.5  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    14.6  
    14.7 -BUILD_DEPENDS="autoconf"
    14.8 +BUILD_DEPENDS="libtool"
    14.9  
   14.10  # Rules to configure and make the package.
   14.11  compile_rules()