Magellan Linux

Contents of /trunk/deprecated/pyxml/pyxml-0.8.4-r11.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20725 - (show annotations) (download)
Tue Feb 4 14:31:12 2014 UTC (10 years, 3 months ago) by niro
File size: 659 byte(s)
-moved to 'deprecated'
1 # $Id$
2
3 PNAME="pyxml"
4 PVER="0.8.4"
5 PBUILD="r11"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="The PyXML package is a collection of libraries to process XML with Python."
10 HOMEPAGE="http://pyxml.sourceforge.net/"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= dev-libs/expat-2"
14
15 SRCFILE="PyXML-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/PyXML-${PVER}"
17
18 sminclude python
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-memmove.patch
24 )
25
26 UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME} - PyXML"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # fix build on x86_64 arch
34 mpatch ${PNAME}-${PVER}-memmove.patch || die
35 }