Magellan Linux

Annotation of /trunk/todo/installer-cairomm/installer-cairomm-1.8.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1453 - (hide annotations) (download)
Wed May 6 20:21:33 2009 UTC (15 years, 1 month ago) by niro
Original Path: trunk/extras/installer-cairomm/installer-cairomm-1.8.0-r4.smage2
File size: 814 byte(s)
-fixed dependencies
1 niro 1450 # $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