wok-next diff exa/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents 38cf0c75fa4c
children
line diff
     1.1 --- a/exa/receipt	Fri Aug 11 04:54:37 2017 +0300
     1.2 +++ b/exa/receipt	Mon Jun 29 13:44:08 2020 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="exa"
     1.8  VERSION="0.7.0"
     1.9 @@ -13,20 +13,17 @@
    1.10  
    1.11  BUILD_DEPENDS="rust libgit2-dev cmake"
    1.12  
    1.13 -# Rules to configure and make the package.
    1.14 -compile_rules()
    1.15 -{
    1.16 +compile_rules() {
    1.17  	# save caches here
    1.18  	export CARGO_HOME=/home/cargo
    1.19  
    1.20  	sed -i 's|/usr/local|/usr|' Makefile
    1.21  
    1.22 -	make && make DESTDIR=$install install
    1.23 +	make &&
    1.24 +	make DESTDIR=$install install
    1.25  }
    1.26  
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 +genpkg_rules() {
    1.31  	copy @std
    1.32  	DEPENDS="zlib"
    1.33  }