wok-next rev 20245

update some bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 09:53:36 2017 +0100 (2017-11-07)
parents 148fe453320b
children d631e5730234
files open-vm-tools-kernel/receipt openvswitch-dev/receipt openvswitch/receipt ori/receipt rdpdesk/receipt retty/receipt
line diff
     1.1 --- a/open-vm-tools-kernel/receipt	Tue Nov 07 10:54:15 2017 +0200
     1.2 +++ b/open-vm-tools-kernel/receipt	Tue Nov 07 09:53:36 2017 +0100
     1.3 @@ -13,8 +13,9 @@
     1.4  HOST_ARCH="i486 x86_64"
     1.5  
     1.6  DEPENDS="linux shutdown glib libffi libmspack open-vm-tools procps"
     1.7 -BUILD_DEPENDS="wget cacerts linux autoconf automake libtool linux-source linux-module-headers procps glib-dev libffi-dev libdnet-dev libmspack-dev slitaz-toolchain"
     1.8 -
     1.9 +BUILD_DEPENDS="wget cacerts linux autoconf automake libtool linux-source \
    1.10 +linux-module-headers procps glib-dev libffi-dev libdnet-dev libmspack-dev \
    1.11 +slitaz-toolchain bc"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
     2.1 --- a/openvswitch-dev/receipt	Tue Nov 07 10:54:15 2017 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,20 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="openvswitch-dev"
     2.7 -VERSION="2.4.0"
     2.8 -CATEGORY="development"
     2.9 -SHORT_DESC="Multilayer virtual switch development files."
    2.10 -MAINTAINER="pascal.bellard@slitaz.org"
    2.11 -LICENSE="Apache"
    2.12 -WEB_SITE="http://openvswitch.org/"
    2.13 -WANTED="openvswitch"
    2.14 -
    2.15 -DEPENDS="pkg-config openvswitch"
    2.16 -
    2.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.18 -genpkg_rules()
    2.19 -{
    2.20 -	mkdir -p $fs/usr
    2.21 -	cp -a $install/usr/lib $fs/usr
    2.22 -	cp -a $install/usr/include $fs/usr
    2.23 -}
     3.1 --- a/openvswitch/receipt	Tue Nov 07 10:54:15 2017 +0200
     3.2 +++ b/openvswitch/receipt	Tue Nov 07 09:53:36 2017 +0100
     3.3 @@ -1,17 +1,17 @@
     3.4 -# SliTaz package receipt.
     3.5 +# SliTaz package receipt v2.
     3.6  
     3.7  PACKAGE="openvswitch"
     3.8  VERSION="2.4.0"
     3.9  CATEGORY="network"
    3.10 -SHORT_DESC="Multilayer virtual switch."
    3.11 +SHORT_DESC="Multilayer virtual switch"
    3.12  MAINTAINER="pascal.bellard@slitaz.org"
    3.13  LICENSE="Apache"
    3.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.15  WEB_SITE="http://openvswitch.org/"
    3.16  WGET_URL="${WEB_SITE}releases/$TARBALL"
    3.17  
    3.18 -DEPENDS="libssl zlib python bash"
    3.19 -BUILD_DEPENDS="openssl-dev zlib-dev"
    3.20 +BUILD_DEPENDS="openssl-dev zlib-dev perl"
    3.21 +SPLIT="openvswitch-dev"
    3.22  
    3.23  # Rules to configure and make the package.
    3.24  compile_rules()
    3.25 @@ -28,10 +28,22 @@
    3.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.27  genpkg_rules()
    3.28  {
    3.29 -	mkdir -p $fs/usr
    3.30 -	cp -a $install/etc $fs/
    3.31 -	cp -a $install/var $fs/
    3.32 -	cp -a $install/usr/bin $fs/usr/
    3.33 -	cp -a $install/usr/sbin $fs/usr/
    3.34 -	cp -a $install/usr/share $fs/usr/
    3.35 +	case $PACKAGE in
    3.36 +	openvswitch)
    3.37 +		DEPENDS="libssl zlib python bash"
    3.38 +		mkdir -p $fs/usr
    3.39 +		cp -a $install/etc $fs/
    3.40 +		cp -a $install/var $fs/
    3.41 +		cp -a $install/usr/bin $fs/usr/
    3.42 +		cp -a $install/usr/sbin $fs/usr/
    3.43 +		cp -a $install/usr/share $fs/usr/
    3.44 +		;;
    3.45 +	openvswitch-dev)
    3.46 +		CAT="development|development files"
    3.47 +		DEPENDS="pkg-config openvswitch"
    3.48 +		mkdir -p $fs/usr
    3.49 +		cp -a $install/usr/lib $fs/usr
    3.50 +		cp -a $install/usr/include $fs/usr
    3.51 +		;;
    3.52 +	esac
    3.53  }
     4.1 --- a/ori/receipt	Tue Nov 07 10:54:15 2017 +0200
     4.2 +++ b/ori/receipt	Tue Nov 07 09:53:36 2017 +0100
     4.3 @@ -12,7 +12,7 @@
     4.4  
     4.5  DEPENDS="libssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder 
     4.6  BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-math-tr1 \
     4.7 -util-linux-uuid-dev fuse-dev libevent-dev openssl-dev"
     4.8 +util-linux-uuid-dev fuse-dev libevent-dev openssl-dev zlib-dev"
     4.9  
    4.10  # Rules to configure and make the package.
    4.11  compile_rules()
     5.1 --- a/rdpdesk/receipt	Tue Nov 07 10:54:15 2017 +0200
     5.2 +++ b/rdpdesk/receipt	Tue Nov 07 09:53:36 2017 +0100
     5.3 @@ -11,8 +11,8 @@
     5.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     5.5  
     5.6  DEPENDS="wxWidgets28 xorg-libXp xorg-libXaw libssl"
     5.7 -BUILD_DEPENDS="wxWidgets28-dev xorg-imake jpeg-dev zlib-dev \
     5.8 -openssl-dev xorg-libXp autoconf xorg-libXt-dev"
     5.9 +BUILD_DEPENDS="wxWidgets28-dev xorg-imake jpeg-dev zlib-dev gettext-tools \
    5.10 +openssl-dev xorg-libXp autoconf xorg-libXt-dev xorg-libXp-dev xorg-libXaw-dev"
    5.11  SUGGESTED="wfica rdesktop"
    5.12  
    5.13  # Rules to configure and make the package.
    5.14 @@ -21,7 +21,6 @@
    5.15  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    5.16  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    5.17  
    5.18 -	cd $src
    5.19  	sed -i 's|glib/.*h|glib.h|' src/proto/*Connection_nix.hpp
    5.20  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    5.21  	make &&
     6.1 --- a/retty/receipt	Tue Nov 07 10:54:15 2017 +0200
     6.2 +++ b/retty/receipt	Tue Nov 07 09:53:36 2017 +0100
     6.3 @@ -11,7 +11,7 @@
     6.4  WGET_URL="$WEB_SITE$TARBALL"
     6.5  
     6.6  DEPENDS=""
     6.7 -BUILD_DEPENDS=""
     6.8 +BUILD_DEPENDS="perl"
     6.9  
    6.10  # Rules to configure and make the package.
    6.11  compile_rules()