wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/glances/receipt	Thu Jan 31 09:04:37 2013 +0100
     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 setuptools"
    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 +