wok-6.x annotate python-psutil/receipt @ rev 14009
Add: opencore-amr - Adaptive Multi Rate speech codec
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Feb 17 19:47:21 2013 +0100 (2013-02-17) |
parents | |
children | 2a5cc8208d36 |
rev | line source |
---|---|
paul@13599 | 1 # SliTaz package receipt. |
paul@13599 | 2 |
paul@13599 | 3 PACKAGE="python-psutil" |
paul@13599 | 4 VERSION="0.6.1" |
paul@13599 | 5 CATEGORY="development" |
paul@13599 | 6 SHORT_DESC="A process and system utilities module for Python." |
paul@13599 | 7 MAINTAINER="paul@slitaz.org" |
paul@13599 | 8 SOURCE="psutil" |
paul@13599 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
paul@13599 | 10 WEB_SITE="http://code.google.com/p/psutil/" |
paul@13599 | 11 WGET_URL="http://psutil.googlecode.com/files/$TARBALL" |
paul@13599 | 12 DEPENDS="python" |
paul@13599 | 13 BUILD_DEPENDS="python-dev setuptools" |
paul@13599 | 14 |
paul@13599 | 15 # Rules to configure and make the package. |
paul@13599 | 16 compile_rules() |
paul@13599 | 17 { |
paul@13599 | 18 cd $src |
paul@13599 | 19 python setup.py install --root=$DESTDIR |
paul@13599 | 20 } |
paul@13599 | 21 |
paul@13599 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@13599 | 23 genpkg_rules() |
paul@13599 | 24 { |
paul@13599 | 25 cp -a $install/usr $fs |
paul@13599 | 26 } |
paul@13599 | 27 |