wok view ranger/receipt @ rev 16333
busybox + lighttpd: remove /var/www/index.html and css
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 11 09:53:56 2014 +0200 (2014-04-11) |
parents | 2b9f96603415 |
children | 5d53e8ccbc8d |
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"
13 DEPENDS="python"
14 BUILD_DEPENDS="python python-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
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 }