wok view ranger/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents b0d5e94d5132
children 524e4a00f32e
line source
1 # SliTaz package receipt.
3 PACKAGE="ranger"
4 VERSION="1.9.2"
5 CATEGORY="utilities"
6 TAGS="file-manager"
7 SHORT_DESC="File manager."
8 MAINTAINER="paul@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://ranger.github.io/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 # remove stuff
29 rm -rf $fs/usr/share/man
30 }