wok-next view python-docutils/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 542df2bfb7b5
children c9a7a7b42a86
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-docutils"
4 VERSION="latest"
5 CATEGORY="python"
6 SHORT_DESC="Text processing system"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="PublicDomain GPL3 BSD"
9 WEB_SITE="http://docutils.sourceforge.net"
10 REPOLOGY="python:docutils"
12 BUILD_DEPENDS="python"
14 compile_rules() {
15 pip install --no-compile --root=$DESTDIR docutils
16 }
18 genpkg_rules() {
19 VERSION=$(sed -n '/^Successfully installed/ s|.*docutils-||p' $LOGS/$PACKAGE.log)
20 copy @std
21 DEPENDS="python"
22 SUGGESTED="python-pil"
23 }