Magellan Linux

Contents of /branches/magellan-next/extras/pycairo/pycairo-1.10.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8119 - (show annotations) (download)
Tue Jul 12 17:08:40 2011 UTC (12 years, 9 months ago) by niro
File size: 707 byte(s)
auto added: ver bump to 1.10.0-r1
1 # $Id$
2
3 PNAME="pycairo"
4 PVER="1.10.0"
5 PBUILD="r1"
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 mbuild
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"
32
33 src_install()
34 {
35 cd ${SRCDIR}
36 minstall || die
37 minstalldocs AUTHORS ChangeLog COPYING NEWS README || die
38 }