2006-11-20 07:26:53 +10:00
|
|
|
# Description: Text processing system.
|
|
|
|
# URL: http://docutils.sourceforge.net/
|
2008-03-05 03:48:24 +01:00
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
2007-01-20 12:21:06 +10:00
|
|
|
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
2006-11-20 07:26:53 +10:00
|
|
|
# Depends on: python
|
2006-11-14 09:01:22 +10:00
|
|
|
|
|
|
|
name=docutils
|
2017-05-08 00:19:07 +02:00
|
|
|
version=0.13.1
|
2008-06-26 22:29:58 +02:00
|
|
|
release=1
|
2010-11-12 12:03:50 +01:00
|
|
|
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
|
2006-11-14 09:01:22 +10:00
|
|
|
|
|
|
|
build() {
|
2006-11-20 07:26:53 +10:00
|
|
|
cd $name-$version
|
2014-05-09 23:07:14 +02:00
|
|
|
/usr/bin/python setup.py install --root=$PKG
|
2010-12-14 13:08:57 +01:00
|
|
|
rm $PKG/usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/README.txt
|
|
|
|
rm $PKG/usr/lib/python2.7/site-packages/docutils/parsers/rst/include/README.txt
|
2006-11-14 09:01:22 +10:00
|
|
|
}
|