wok-next diff udpcast/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 5286a067ac76
children d5aab818505e
line diff
     1.1 --- a/udpcast/receipt	Sun Aug 11 19:53:39 2013 +0000
     1.2 +++ b/udpcast/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -10,12 +10,12 @@
     1.4  WEB_SITE="http://udpcast.linux.lu/"
     1.5  WGET_URL="${WEB_SITE}download/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="m4"
     1.8 +BUILD_DEPENDS="m4 perl"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14 +	sed -i 's|#include "console.h"|#include <sys/select.h>\n&|' console.c	
    1.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.17  	make &&