Magellan Linux

Contents of /branches/branch-xorg18/todo/installer-cairomm/installer-cairomm-1.8.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 1 month ago) by niro
File size: 814 byte(s)
created branch 'branch-xorg18'
1 # $Id$
2
3 PNAME="installer-cairomm"
4 PVER="1.8.0"
5 PBUILD="r4"
6
7 PCATEGORIE="app-mage"
8 STATE="unstable"
9
10 DESCRIPTION="Internal cairomm library for the installer. Not intended for main use."
11 HOMEPAGE="http://cairographics.org/cairomm/"
12
13 DEPEND=">= app-mage/installer-cairo-1.8"
14
15 SRCFILE="cairomm-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/cairomm-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://cairographics.org/releases/${SRCFILE}
22 mirror://cairomm/${SRCFILE}
23 )
24
25 # check stable version
26 UP2TAG=releases
27 # check dev version
28 #UP2TAG=snapshots
29 UP2DATE="updatecmd http://cairographics.org/${UP2TAG}/ | grep ]LA.*-${PNAME/installer-/}- | sed 's/.*ST-${PNAME/installer-/}-\([0-9\.]*\).*/\1/'"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 PKG_CONFIG_PATH=/usr/installer/lib/pkgconfig \
36 ./configure --prefix=/usr/installer || die
37 mmake || die
38 }
39

Properties

Name Value
svn:keywords Id