Magellan Linux

Annotation of /trunk/extras/pyxdg/pyxdg-0.19-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11142 - (hide annotations) (download)
Fri Feb 17 19:26:35 2012 UTC (12 years, 3 months ago) by niro
File size: 646 byte(s)
-fixed a typo
1 niro 11140 # $Id$
2    
3     PNAME="pyxdg"
4     PVER="0.19"
5 niro 11142 PBUILD="r1"
6 niro 11140
7     PCAT="dev-python"
8    
9     DESCRIPTION="Python module to deal with freedesktop.org specifications."
10     HOMEPAGE="http://people.freedesktop.org/~lanius/"
11    
12     DEPEND=">= dev-lang/python-2.7"
13    
14 niro 11141 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 niro 11140 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude python
18    
19     SRC_URI=(
20     http://people.freedesktop.org/~lanius/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${PNAME}-${PVER}-subprocess.patch
23     )
24    
25     UP2DATE="updatecmd http://people.freedesktop.org/~lanius/ | lasttarball gz"
26    
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32     mpatch ${PNAME}-${PVER}-subprocess.patch || die
33     }