Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2166 - (show annotations) (download)
Thu Jul 9 19:08:40 2009 UTC (14 years, 10 months ago) by niro
File size: 852 byte(s)
-added todo
1 # $Header: /magellan-cvs/smage/pycairo/pycairo-1.4.12-r1.smage2,v 1.1 2008/03/21 10:02:51 niro Exp $
2
3 PNAME="pycairo"
4 PVER="1.4.12"
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.5
14 == x11-libs/cairo-1.4"
15
16 SDEPEND=">= dev-util/pkgconfig-0.20"
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