Magellan Linux

Contents of /trunk/todo/docutils/docutils-0.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2238 - (show annotations) (download)
Thu Jul 9 19:25:42 2009 UTC (14 years, 10 months ago) by niro
File size: 962 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/docutils/docutils-0.4-r2.smage2,v 1.1 2008/04/19 09:24:09 niro Exp $
2
3 PNAME="docutils"
4 PVER="0.4"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-python"
8 STATE="unstable"
9
10 DESCRIPTION="Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX."
11 HOMEPAGE="http://docutils.sourceforge.net/"
12
13 DEPEND=">= dev-lang/python-2.5
14 >= dev-python/setuptools-0.6"
15
16 SRCFILE="${PNAME/py/}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME/py/}-${PVER}"
18
19 sminclude python
20
21 SRC_URI=(
22 sourceforge://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${PNAME}-${PVER}-extramodules.patch
25 mirror://${PNAME}/${PNAME}-${PVER}-python2.5.patch
26 )
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # fixes extramodules handling with python >=2.3
34 mpatch ${PNAME}-${PVER}-extramodules.patch || die
35
36 # fixes issues with python25
37 mpatch ${PNAME}-${PVER}-python2.5.patch || die
38 }

Properties

Name Value
svn:keywords Id