Magellan Linux

Contents of /branches/R11-stable/extras/pycairo/pycairo-1.10.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15331 - (show annotations) (download)
Wed Jan 2 11:30:38 2013 UTC (11 years, 4 months ago) by niro
File size: 592 byte(s)
-release branches/R11-stable
1 # $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"