wok-next rev 19695

udpcast: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 23 10:38:23 2017 +0200 (2017-04-23)
parents b9143b117298
children 1b1c3f6e30f6
files dbus/receipt udpcast/receipt
line diff
     1.1 --- a/dbus/receipt	Sat Apr 22 13:04:57 2017 +0300
     1.2 +++ b/dbus/receipt	Sun Apr 23 10:38:23 2017 +0200
     1.3 @@ -71,8 +71,8 @@
     1.4  pre_remove()
     1.5  {
     1.6  	if [ -z "$1" ]; then
     1.7 -		/etc/init.d/dbus stop 2>/dev/null
     1.8 +		/etc/init.d/dbus stop
     1.9  		deluser  messagebus
    1.10  		delgroup messagebus
    1.11 -	fi
    1.12 +	fi 2> /dev/null
    1.13  }
     2.1 --- a/udpcast/receipt	Sat Apr 22 13:04:57 2017 +0300
     2.2 +++ b/udpcast/receipt	Sun Apr 23 10:38:23 2017 +0200
     2.3 @@ -10,12 +10,12 @@
     2.4  WEB_SITE="http://udpcast.linux.lu/"
     2.5  WGET_URL="${WEB_SITE}download/$TARBALL"
     2.6  
     2.7 -BUILD_DEPENDS="m4"
     2.8 +BUILD_DEPENDS="m4 perl"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
    2.12  {
    2.13 -	cd $src
    2.14 +	sed -i 's|#include "console.h"|#include <sys/select.h>\n&|' console.c	
    2.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    2.16  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.17  	make &&