wok-next diff libmnl/receipt @ rev 20461

Respect "install" phase (src -> install). Cook will fail if install dir empty (and it's by design).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Mar 04 04:56:40 2018 +0200 (2018-03-04)
parents 9a17d981d0f7
children 25deb7c6df08
line diff
     1.1 --- a/libmnl/receipt	Thu Jun 08 00:20:23 2017 +0300
     1.2 +++ b/libmnl/receipt	Sun Mar 04 04:56:40 2018 +0200
     1.3 @@ -13,15 +13,11 @@
     1.4  
     1.5  SPLIT="libmnl-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS && make && make install
    1.12  }
    1.13  
    1.14 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 -genpkg_rules()
    1.16 -{
    1.17 +genpkg_rules() {
    1.18  	case $PACKAGE in
    1.19  		libmnl) copy @std;;
    1.20  		*-dev) copy @dev;;