wok rev 20567

clisp, dhcp: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 12 23:58:13 2018 +0100 (2018-12-12)
parents b3e8eb320061
children 14e284e071e0
files clisp/receipt dhcp/receipt dhcp6/receipt
line diff
     1.1 --- a/clisp/receipt	Wed Dec 12 23:37:24 2018 +0100
     1.2 +++ b/clisp/receipt	Wed Dec 12 23:58:13 2018 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="readline ncurses"
     1.7 -BUILD_DEPENDS="readline-dev libsigsegv libffcall"
     1.8 +BUILD_DEPENDS="readline-dev libsigsegv libffcall file"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/dhcp/receipt	Wed Dec 12 23:37:24 2018 +0100
     2.2 +++ b/dhcp/receipt	Wed Dec 12 23:58:13 2018 +0100
     2.3 @@ -12,12 +12,11 @@
     2.4  CONFIG_FILES="/etc/dhcpd.conf"
     2.5  
     2.6  DEPENDS="libcrypto"
     2.7 -BUILD_DEPENDS="perl"
     2.8 +BUILD_DEPENDS="perl file"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
    2.12  {
    2.13 -	cd $src
    2.14  	grep -q MYEOL includes/dhctoken.h ||
    2.15  	sed -i "s/SEMI/MYEOL = '\\\\n',\n\tQUESTION = '?',\n\t&/" \
    2.16  		includes/dhctoken.h
    2.17 @@ -36,4 +35,3 @@
    2.18  	cp $install/usr/sbin/dhcpd $fs/usr/sbin
    2.19  	cp $stuff/dhcpd $fs/etc/init.d
    2.20  }
    2.21 -
     3.1 --- a/dhcp6/receipt	Wed Dec 12 23:37:24 2018 +0100
     3.2 +++ b/dhcp6/receipt	Wed Dec 12 23:58:13 2018 +0100
     3.3 @@ -14,7 +14,7 @@
     3.4  PROVIDE="dhcp"
     3.5  
     3.6  DEPENDS="libcrypto"
     3.7 -BUILD_DEPENDS="perl"
     3.8 +BUILD_DEPENDS="perl file"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
    3.12 @@ -38,4 +38,3 @@
    3.13  	cp $install/usr/sbin/dhcpd $fs/usr/sbin
    3.14  	cp $WOK/dhcp/stuff/dhcpd $fs/etc/init.d
    3.15  }
    3.16 -