Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4248 - (show annotations) (download)
Tue Dec 1 08:19:28 2009 UTC (14 years, 5 months ago) by niro
File size: 771 byte(s)
auto added: ver bump to 3.3.1-r5
1 # $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 )
24
25 UP2DATE="updatecmd 'http://www.apache.org/dist/httpd/modpython/?C=M;O=D' | lasttarball tgz"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31
32 # fix apache binary search path on magellan
33 mpatch ${PNAME}-${PVER}-magellan.patch || die
34 autoreconf --install --force || die
35 }

Properties

Name Value
svn:keywords Id