wok-next diff exa/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 38cf0c75fa4c |
children |
line diff
1.1 --- a/exa/receipt Fri Aug 11 04:54:37 2017 +0300 1.2 +++ b/exa/receipt Sat Nov 21 14:32:44 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 }