wok-next diff smake/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 | f463de72afe3 |
children |
line diff
1.1 --- a/smake/receipt Sun Jun 18 04:38:10 2017 +0300 1.2 +++ b/smake/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="smake" 1.8 VERSION="1.2.5" 1.9 @@ -13,14 +13,10 @@ 1.10 1.11 BUILD_DEPENDS="e2fsprogs-dev" 1.12 1.13 -# Rules to configure and make the package. 1.14 -compile_rules() 1.15 -{ 1.16 - make INS_BASE=/usr DESTDIR=$DESTDIR install 1.17 +compile_rules() { 1.18 + make INS_BASE=/usr DESTDIR=$install install 1.19 } 1.20 1.21 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.22 -genpkg_rules() 1.23 -{ 1.24 +genpkg_rules() { 1.25 copy bin/ 1.26 }