wok-current annotate glances/receipt @ rev 19138
Add x265
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 16:28:27 2016 +0200 (2016-05-18) |
parents | 7d6089953592 |
children | 769b0c9e8a70 |
rev | line source |
---|---|
pascal@13740 | 1 # SliTaz package receipt. |
pascal@13740 | 2 |
pascal@13740 | 3 PACKAGE="glances" |
pascal@13740 | 4 VERSION="1.5.1" |
pascal@13740 | 5 CATEGORY="utilities" |
pascal@13740 | 6 SHORT_DESC="A CLI curses based monitoring tool for GNU/Linux and BSD OS." |
pascal@13740 | 7 MAINTAINER="paul@slitaz.org" |
pascal@14997 | 8 LICENSE="LGPL3" |
pascal@13740 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13740 | 10 WEB_SITE="http://nicolargo.github.com/glances/" |
pascal@13740 | 11 WGET_URL="git|git://github.com/nicolargo/glances.git" |
pascal@13740 | 12 SUGGESTED="python-jinja2" |
pascal@13740 | 13 |
pascal@14997 | 14 DEPENDS="python python-psutil setuptools" |
pascal@14997 | 15 BUILD_DEPENDS="git bzip2 python-dev setuptools python-psutil" |
pascal@14997 | 16 |
pascal@13740 | 17 # Rules to configure and make the package. |
pascal@13740 | 18 compile_rules() |
pascal@13740 | 19 { |
pascal@13740 | 20 python setup.py install --root=$DESTDIR |
pascal@13740 | 21 } |
pascal@13740 | 22 |
pascal@13740 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13740 | 24 genpkg_rules() |
pascal@13740 | 25 { |
pascal@13740 | 26 cp -a $install/usr $fs |
pascal@13740 | 27 # remove stuff |
pascal@13740 | 28 rm -rf $fs/usr/share/man |
pascal@13740 | 29 } |