wok-next diff suplemon/receipt @ rev 21635
updated f2fs-tools (1.8.0 -> 1.13.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 11:04:48 2020 +0100 (2020-06-26) |
parents | 1eb4aacb48ed |
children |
line diff
1.1 --- a/suplemon/receipt Thu Mar 22 04:47:38 2018 +0200 1.2 +++ b/suplemon/receipt Fri Jun 26 11:04:48 2020 +0100 1.3 @@ -1,26 +1,23 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="suplemon" 1.8 VERSION="0.1.55" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="Console text editor with multi cursor support." 1.11 +SHORT_DESC="Console text editor with multi cursor support" 1.12 MAINTAINER="paul@slitaz.org" 1.13 LICENSE="MIT" 1.14 WEB_SITE="https://github.com/richrd/suplemon" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WGET_URL="git|git://github.com/richrd/suplemon" 1.18 1.19 -DEPENDS="python3" 1.20 BUILD_DEPENDS="python3-dev git bzip2" 1.21 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 - python3 setup.py install --root=$DESTDIR 1.26 +compile_rules() { 1.27 + python3 -B setup.py install --root=$install 1.28 } 1.29 1.30 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 -genpkg_rules() 1.32 -{ 1.33 - cp -a $install/usr $fs 1.34 +genpkg_rules() { 1.35 + copy @std 1.36 + DEPENDS="python3" 1.37 }