wok view glances/receipt @ rev 13962

Up cookutils (3.1.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 31 09:04:37 2013 +0100 (2013-01-31)
parents
children 7d6089953592
line source
1 # SliTaz package receipt.
3 PACKAGE="glances"
4 VERSION="1.5.1"
5 CATEGORY="utilities"
6 SHORT_DESC="A CLI curses based monitoring tool for GNU/Linux and BSD OS."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="python python-psutil setuptools"
9 BUILD_DEPENDS="git bzip2 python-dev setuptools python-psutil"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://nicolargo.github.com/glances/"
12 WGET_URL="git|git://github.com/nicolargo/glances.git"
13 SUGGESTED="python-jinja2"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 # remove stuff
27 rm -rf $fs/usr/share/man
28 }