wok-next annotate ranger/receipt @ rev 21650
updated ffmpegthumbnailer (2.2.0 -> 2.2.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 20:48:13 2020 +0100 (2020-06-26) |
parents | b0d5e94d5132 |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
pascal@11564 | 2 |
pascal@11564 | 3 PACKAGE="ranger" |
paul@19356 | 4 VERSION="1.7.2" |
pascal@11564 | 5 CATEGORY="utilities" |
al@21020 | 6 SHORT_DESC="File manager" |
pascal@11564 | 7 MAINTAINER="paul@slitaz.org" |
pascal@14999 | 8 LICENSE="GPL3" |
al@21020 | 9 WEB_SITE="http://nongnu.org/ranger/" |
al@21020 | 10 |
pascal@11564 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@11564 | 12 WGET_URL="http://nongnu.org/ranger/$PACKAGE-stable.tar.gz" |
pascal@11564 | 13 |
al@21020 | 14 BUILD_DEPENDS="python" |
pascal@14999 | 15 |
al@21020 | 16 compile_rules() { |
al@21020 | 17 python -B setup.py install --root=$install || return 1 |
al@21020 | 18 |
al@21020 | 19 find $install -type f -exec chmod g-w '{}' \; |
pascal@11564 | 20 } |
pascal@11564 | 21 |
al@21020 | 22 genpkg_rules() { |
al@21020 | 23 copy @std |
al@21020 | 24 DEPENDS="python" |
al@21020 | 25 TAGS="file-manager" |
pascal@11564 | 26 } |