wok-next view python-genshi/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 16df76e1fc6a
children c9a7a7b42a86
line source
1 # SliTaz package receipt.
3 PACKAGE="python-genshi"
4 VERSION="0.7"
5 CATEGORY="development"
6 SHORT_DESC="Python toolkit for generation of output for the web."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://genshi.edgewall.org/"
10 REPOLOGY="python:genshi"
12 SOURCE="Genshi"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="http://ftp.edgewall.com/pub/genshi/$TARBALL"
16 DEPENDS="python"
17 BUILD_DEPENDS="python python-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }