Magellan Linux

Contents of /trunk/extras/pycairo/pycairo-1.8.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2836 - (show annotations) (download)
Sat Jul 11 12:21:44 2009 UTC (14 years, 9 months ago) by niro
File size: 757 byte(s)
auto added: ver bump to 1.8.6-r1
1 # $Id$
2
3 PNAME="pycairo"
4 PVER="1.8.6"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-python"
8 STATE="unstable"
9
10 DESCRIPTION="Python cairo bindings."
11 HOMEPAGE="http://cairographics.org/pycairo/"
12
13 DEPEND=">= dev-lang/python-2.6
14 == x11-libs/cairo-1.8"
15
16 SDEPEND=">= dev-util/pkgconfig-0.23"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 http://cairographics.org/releases/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 # check stable version
29 UP2TAG=releases
30 # check dev version
31 #UP2TAG=snapshots
32 UP2DATE="updatecmd http://cairographics.org/${UP2TAG}/ | grep ]LA.*-${PNAME}- | sed 's/.*ST-${PNAME}-\([0-9\.]*\).*/\1/'"
33
34 src_install()
35 {
36 cd ${SRCDIR}
37 minstall || die
38 minstalldocs AUTHORS ChangeLog COPYING NEWS README || die
39 }

Properties

Name Value
svn:keywords Id