Magellan Linux

Annotation of /trunk/todo/apache2-mod_python/apache2-mod_python-3.3.1-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2177 - (hide annotations) (download)
Thu Jul 9 19:13:27 2009 UTC (14 years, 11 months ago) by niro
File size: 793 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/apache2-mod_python/apache2-mod_python-3.3.1-r4.smage2,v 1.1 2008/08/02 14:49:34 niro Exp $
2    
3     PNAME="apache2-mod_python"
4     PVER="3.3.1"
5     PBUILD="r4"
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.5"
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     )
24    
25     src_prepare()
26     {
27     munpack ${SRCFILE} || die
28     cd ${SRCDIR}
29    
30     # fix apache binary search path on magellan
31     mpatch ${PNAME}-${PVER}-magellan.patch || die
32     autoreconf --install --force || die
33     }

Properties

Name Value
svn:keywords Id