wok view ranger/receipt @ rev 18106

Up pam (1.2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 11:31:30 2015 +0200 (2015-06-01)
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 }