Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 652 byte(s)
import repo
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 src_install()
29 {
30 cd ${SRCDIR}
31 minstall || die
32 minstalldocs AUTHORS ChangeLog COPYING NEWS README || die
33 }

Properties

Name Value
svn:keywords Id