wok view ranger/receipt @ rev 18354

jdk6-jaf jdk6-jaxp jdk6-jaxws: update wget_url
author Yuri Pourre <yuripourre@gmail.com>
date Sun Sep 13 12:53:35 2015 -0300 (2015-09-13)
parents 5d53e8ccbc8d
children 2783d48f798e
line source
1 # SliTaz package receipt.
3 PACKAGE="ranger"
4 VERSION="1.6.1"
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 build
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 }