wok-undigest rev 887

Add glances
author Paul Issott <paul@slitaz.org>
date Sun Nov 11 12:52:46 2012 +0000 (2012-11-11)
parents add8edc42614
children 44b7a492d760
files glances/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/glances/receipt	Sun Nov 11 12:52:46 2012 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="glances"
     1.7 +VERSION="1.5.1"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="A CLI curses based monitoring tool for GNU/Linux and BSD OS."
    1.10 +MAINTAINER="paul@slitaz.org"
    1.11 +DEPENDS="python python-psutil"
    1.12 +BUILD_DEPENDS="git bzip2 python-dev setuptools python-psutil"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://nicolargo.github.com/glances/"
    1.15 +WGET_URL="git|git://github.com/nicolargo/glances.git"
    1.16 +SUGGESTED="python-jinja2"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	python setup.py install --root=$DESTDIR
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	cp -a $install/usr $fs
    1.29 +	# remove stuff
    1.30 +	rm -rf $fs/usr/share/man
    1.31 +}
    1.32 +