Magellan Linux

Annotation of /branches/R11-unstable/extras/pycairo/pycairo-1.10.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25733 - (hide annotations) (download)
Tue Nov 25 04:14:01 2014 UTC (9 years, 5 months ago) by niro
File size: 592 byte(s)
-release branches/R11-unstable
1 niro 11577 # $Id$
2    
3     PNAME="pycairo"
4     PVER="1.10.0"
5     PBUILD="r3"
6    
7     PCAT="dev-python"
8    
9     DESCRIPTION="Python cairo bindings."
10     HOMEPAGE="http://cairographics.org/pycairo/"
11    
12     DEPEND=">= dev-lang/python-2.7
13     == x11-libs/cairo-1.10"
14    
15     SDEPEND=">= dev-util/pkgconfig-0.25"
16    
17     SRCFILE="py2cairo-${PVER}.tar.bz2"
18     SRCDIR="${BUILDDIR}/py2cairo-${PVER}"
19    
20     sminclude python
21    
22     SRC_URI=(
23     http://cairographics.org/releases/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     # check stable version
28     UP2TAG=releases
29     # check dev version
30     #UP2TAG=snapshots
31     UP2DATE="updatecmd http://cairographics.org/${UP2TAG}/ | grep py2cairo | lasttarball"