wok-next diff libnl1/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 8de239b8173f
children
line diff
     1.1 --- a/libnl1/receipt	Mon Jun 19 21:08:59 2017 +0300
     1.2 +++ b/libnl1/receipt	Tue Sep 01 10:09:15 2020 +0100
     1.3 @@ -12,17 +12,15 @@
     1.4  WGET_URL="http://www.infradead.org/~tgr/libnl/files/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="flex"
     1.7 -SPLIT="libnl1-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10 -# Rules to configure and make the package.
    1.11 -compile_rules()
    1.12 -{
    1.13 -	./configure && make && make install
    1.14 +compile_rules() {
    1.15 +	./configure &&
    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  	case $PACKAGE in
    1.25  		libnl1) copy @std;;
    1.26  		*-dev)  copy @dev;;