Magellan Linux

Annotation of /trunk/extras/apache2-mod_python/apache2-mod_python-3.3.1-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4250 - (hide annotations) (download)
Tue Dec 1 08:26:04 2009 UTC (14 years, 6 months ago) by niro
File size: 1054 byte(s)
-typos
1 niro 4248 # $Id$
2    
3     PNAME="apache2-mod_python"
4     PVER="3.3.1"
5     PBUILD="r5"
6    
7     STATE="unstable"
8    
9     DESCRIPTION="Mod_python is an apache module that embeds the python interpreter within the server."
10     HOMEPAGE="http://www.modpython.org/"
11    
12     SRCFILE="${PNAME/#apache2-/}-${PVER}.tgz"
13    
14     DEPEND=">= net-www/apache2-2
15     >= dev-lang/python-2.6"
16    
17     sminclude apache2-module
18    
19     SRC_URI=(
20     http://www.apache.org/dist/httpd/modpython/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${PNAME}-${PVER}-magellan.patch
23 niro 4249 mirror://${PNAME}/${PNAME}-${PVER}-apr_brigade_sentinel.patch
24     mirror://${PNAME}/${PNAME}-${PVER}-apache-2.4.patch
25 niro 4248 )
26    
27     UP2DATE="updatecmd 'http://www.apache.org/dist/httpd/modpython/?C=M;O=D' | lasttarball tgz"
28    
29     src_prepare()
30     {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     # fix apache binary search path on magellan
35     mpatch ${PNAME}-${PVER}-magellan.patch || die
36 niro 4249
37     # fix an build error
38 niro 4250 mpatch ${PNAME}-${PVER}-apr_brigade_sentinel.patch || die
39 niro 4249
40     # fix build against newer apache
41 niro 4250 mpatch ${PNAME}-${PVER}-apache-2.4.patch || die
42 niro 4249
43 niro 4248 autoreconf --install --force || die
44     }

Properties

Name Value
svn:keywords Id