wok view ranger/receipt @ rev 12117

Up: tazdev (1.5) - Use pkgs to create minimal chroot, improvment and fixes
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 09:57:31 2012 +0100 (2012-03-13)
parents
children ff8874b0d0d4
line source
1 # SliTaz package receipt.
3 PACKAGE="ranger"
4 VERSION="1.5.2"
5 CATEGORY="utilities"
6 SHORT_DESC="File manager."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="python"
9 BUILD_DEPENDS="python python-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://nongnu.org/ranger/"
12 WGET_URL="http://nongnu.org/ranger/$PACKAGE-stable.tar.gz"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py build
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 # remove man stuff
27 rm -rf $fs/usr/share
28 }