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

palemoon: fatal error: sys/int_types.h
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 19:28:54 2018 +0000 (2018-06-13)
parents 6c73b944e8dd
children 9b3461bf373c
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"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR docutils
15 }
17 genpkg_rules() {
18 VERSION=$(sed -n '/^Successfully installed/ s|.*docutils-||p' $LOGS/$PACKAGE.log)
19 copy @std
20 DEPENDS="python"
21 SUGGESTED="python-pil"
22 }