wok-next diff exa/receipt @ rev 21110

subversion: update dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 04:06:27 2019 +0200 (2019-01-11)
parents 38cf0c75fa4c
children
line diff
     1.1 --- a/exa/receipt	Fri Aug 11 04:54:37 2017 +0300
     1.2 +++ b/exa/receipt	Fri Jan 11 04:06:27 2019 +0200
     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  }