wok-next view python-docutils/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 0e7893ac206d
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-docutils"
4 VERSION="0.14"
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"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR docutils
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="python"
20 SUGGESTED="python-pil"
21 }