wok-current view glances/receipt @ rev 15664
Add network-manager-dev
| author | Richard Dunbar <mojo@slitaz.org> | 
|---|---|
| date | Thu Dec 12 22:50:37 2013 +0000 (2013-12-12) | 
| parents | 01dc32ea5178 | 
| children | 16df76e1fc6a | 
 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 LICENSE="LGPL3"
     9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10 WEB_SITE="http://nicolargo.github.com/glances/"
    11 WGET_URL="git|git://github.com/nicolargo/glances.git"
    12 SUGGESTED="python-jinja2"
    14 DEPENDS="python python-psutil setuptools"
    15 BUILD_DEPENDS="git bzip2 python-dev setuptools python-psutil"
    17 # Rules to configure and make the package.
    18 compile_rules()
    19 {
    20 	cd $src
    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 }