wok-next diff mlvpn/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d43bf7aae921
children
line diff
     1.1 --- a/mlvpn/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/mlvpn/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -12,19 +12,16 @@
     1.4  
     1.5  BUILD_DEPENDS="autoconf automake"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./autogen.sh
    1.12  	./configure \
    1.13  		--prefix=/usr \
    1.14  		$CONFIGURE_ARGS &&
    1.15 -	make && make install
    1.16 +	make &&
    1.17 +	make install
    1.18  }
    1.19  
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	mkdir -p $fs/usr
    1.25  	cp -a $install/usr/sbin $fs/usr
    1.26  }