wok view ranger/receipt @ rev 15360

python-numpy: hide conftest.c errors
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 01 17:16:06 2013 +0000 (2013-10-01)
parents ff8874b0d0d4
children 70122e7eef9a
line source
1 # SliTaz package receipt.
3 PACKAGE="ranger"
4 VERSION="1.5.5"
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 share stuff
29 rm -rf $fs/usr/share
30 }