wok-6.x annotate python-setproctitle/receipt @ rev 21612
ffmpegthumbnailer: use cmake
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 23 17:32:52 2019 +0200 (2019-05-23) |
parents | |
children | 1df6fa555414 |
rev | line source |
---|---|
pascal@20292 | 1 # SliTaz package receipt. |
pascal@20292 | 2 |
pascal@20292 | 3 PACKAGE="python-setproctitle" |
pascal@20292 | 4 VERSION="1.1.10" |
pascal@20292 | 5 CATEGORY="development" |
pascal@20292 | 6 SHORT_DESC="A Python module to customize the process title" |
pascal@20292 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20292 | 8 LICENSE="BSD" |
pascal@20292 | 9 WEB_SITE="https://pypi.org/project/setproctitle/" |
pascal@20292 | 10 SOURCE="setproctitle" |
pascal@20292 | 11 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@20292 | 12 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" |
pascal@20292 | 13 |
pascal@20292 | 14 DEPENDS="python" |
pascal@20292 | 15 BUILD_DEPENDS="python-dev" |
pascal@20292 | 16 |
pascal@20292 | 17 # Rules to configure and make the package. |
pascal@20292 | 18 compile_rules() |
pascal@20292 | 19 { |
pascal@20292 | 20 python setup.py install --prefix=/usr --root=$DESTDIR |
pascal@20292 | 21 } |
pascal@20292 | 22 |
pascal@20292 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20292 | 24 genpkg_rules() |
pascal@20292 | 25 { |
pascal@20292 | 26 cp -a $install/usr $fs/ |
pascal@20292 | 27 } |