wok view ranger/receipt @ rev 19356

Up ranger (1.7.2)
author Paul Issott <paul@slitaz.org>
date Tue Jul 26 19:09:36 2016 +0100 (2016-07-26)
parents 2783d48f798e
children ec8b6053414d
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://nongnu.org/ranger/"
11 WGET_URL="http://nongnu.org/ranger/$PACKAGE-stable.tar.gz"
12 TAGS="file-manager"
14 DEPENDS="python"
15 BUILD_DEPENDS="python python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 # remove stuff
28 rm -rf $fs/usr/share/man
29 }