Magellan Linux

Annotation of /branches/magellan-next/extras/pycairo/pycairo-1.10.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8677 - (hide annotations) (download)
Wed Jul 27 18:45:48 2011 UTC (12 years, 10 months ago) by niro
File size: 598 byte(s)
-rebuild against fixed python
1 niro 8677 # $Id$
2    
3     PNAME="pycairo"
4     PVER="1.10.0"
5     PBUILD="r2"
6    
7     PCATEGORIE="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"