wok-next view ranger/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents b0d5e94d5132
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ranger"
4 VERSION="1.7.2"
5 CATEGORY="utilities"
6 SHORT_DESC="File manager"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://nongnu.org/ranger/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://nongnu.org/ranger/$PACKAGE-stable.tar.gz"
14 BUILD_DEPENDS="python"
16 compile_rules() {
17 python -B setup.py install --root=$install || return 1
19 find $install -type f -exec chmod g-w '{}' \;
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python"
25 TAGS="file-manager"
26 }