wok-next rev 20243

update some bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 09:32:28 2017 +0100 (2017-11-07)
parents 28ea851f8c06
children 148fe453320b
files raine/receipt ratmenu/receipt ratpoison/receipt rdpdesk/receipt rtmpdump/receipt snort/receipt
line diff
     1.1 --- a/raine/receipt	Tue Nov 07 03:11:53 2017 +0200
     1.2 +++ b/raine/receipt	Tue Nov 07 09:32:28 2017 +0100
     1.3 @@ -12,7 +12,8 @@
     1.4  EXTRA_SOURCE_FILES="raines-0.51.9.tar.bz2"
     1.5  
     1.6  DEPENDS="libsdl zlib libpng libsdl-image liblzma libsdl-ttf muparser mesa"
     1.7 -BUILD_DEPENDS="libsdl-dev zlib-dev libpng-dev nasm libsdl-image-dev liblzma-dev libsdl-ttf-dev muparser-dev mesa-dev"
     1.8 +BUILD_DEPENDS="libsdl-dev zlib-dev libpng-dev nasm libsdl-image-dev liblzma-dev \
     1.9 +libsdl-ttf-dev muparser-dev mesa-dev libglu-mesa-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
     2.1 --- a/ratmenu/receipt	Tue Nov 07 03:11:53 2017 +0200
     2.2 +++ b/ratmenu/receipt	Tue Nov 07 09:32:28 2017 +0100
     2.3 @@ -11,6 +11,7 @@
     2.4  WGET_URL="http://ftp.de.debian.org/debian/pool/main/r/ratmenu/$TARBALL"
     2.5  
     2.6  DEPENDS="xorg-libX11"
     2.7 +BUILD_DEPENDS="xorg-libX11-dev xorg-xproto"
     2.8  
     2.9  # Rules to configure and make the package.
    2.10  compile_rules()
     3.1 --- a/ratpoison/receipt	Tue Nov 07 03:11:53 2017 +0200
     3.2 +++ b/ratpoison/receipt	Tue Nov 07 09:32:28 2017 +0100
     3.3 @@ -12,11 +12,11 @@
     3.4  TAGS="window-manager"
     3.5  
     3.6  DEPENDS="microperl xorg-libXtst xorg-libXinerama"
     3.7 +BUILD_DEPENDS="xorg-libXtst-dev xorg-libXinerama-dev"
     3.8  
     3.9  # Rules to configure and make the package.
    3.10  compile_rules()
    3.11  {
    3.12 -	cd $src
    3.13  	./configure && make CFLAGS="$CFLAGS -DHAVE_GETLINE" && make install
    3.14  }
    3.15  
     4.1 --- a/rdpdesk/receipt	Tue Nov 07 03:11:53 2017 +0200
     4.2 +++ b/rdpdesk/receipt	Tue Nov 07 09:32:28 2017 +0100
     4.3 @@ -12,7 +12,7 @@
     4.4  
     4.5  DEPENDS="wxWidgets28 xorg-libXp xorg-libXaw libssl"
     4.6  BUILD_DEPENDS="wxWidgets28-dev xorg-imake jpeg-dev zlib-dev \
     4.7 -openssl-dev xorg-libXp autoconf"
     4.8 +openssl-dev xorg-libXp autoconf xorg-libXt-dev"
     4.9  SUGGESTED="wfica rdesktop"
    4.10  
    4.11  # Rules to configure and make the package.
     5.1 --- a/rtmpdump/receipt	Tue Nov 07 03:11:53 2017 +0200
     5.2 +++ b/rtmpdump/receipt	Tue Nov 07 09:32:28 2017 +0100
     5.3 @@ -11,7 +11,7 @@
     5.4  WGET_URL="http://rtmpdump.mplayerhq.hu/download/$TARBALL"
     5.5  
     5.6  DEPENDS="libssl"
     5.7 -BUILD_DEPENDS="openssl-dev"
     5.8 +BUILD_DEPENDS="openssl-dev zlib-dev"
     5.9  
    5.10  # Rules to configure and make the package.
    5.11  compile_rules()
     6.1 --- a/snort/receipt	Tue Nov 07 03:11:53 2017 +0200
     6.2 +++ b/snort/receipt	Tue Nov 07 09:32:28 2017 +0100
     6.3 @@ -11,7 +11,7 @@
     6.4  WGET_URL="http://www.snort.org/downloads/1207"
     6.5  
     6.6  DEPENDS="pcre libdnet libdaq"
     6.7 -BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget flex"
     6.8 +BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget flex zlib-dev"
     6.9  
    6.10  # Rules to configure and make the package.
    6.11  compile_rules()