Magellan Linux

Annotation of /trunk/extras/installer-pangomm/installer-pangomm-2.24.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1454 - (hide annotations) (download)
Wed May 6 20:24:04 2009 UTC (15 years ago) by niro
File size: 744 byte(s)
-do not prune anything - want dev files to build installer specific packages
1 niro 1454 # $Id$
2    
3     PNAME="installer-pangomm"
4     PVER="2.24.0"
5     PBUILD="r3"
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://gtkmm.sourceforge.net/"
12    
13     DEPEND=">= app-mage/installer-pango-1.24
14     >= dev-cpp/glibmm-2.20
15     >= app-mage/installer-cairomm-1.8"
16    
17     SDEPEND=">= dev-util/pkgconfig-0.23"
18    
19     SRCFILE="pangomm-${PVER}.tar.bz2"
20     SRCDIR="${BUILDDIR}/pangomm-${PVER}"
21    
22     sminclude mbuild
23    
24     SRC_URI=(
25     gnome://pangomm/${PVER%.*}/${SRCFILE}
26     mirror://pangomm/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd_gnome ${PNAME/installer-/}"
30    
31     src_compile()
32     {
33     cd ${SRCDIR}
34    
35     PKG_CONFIG_PATH=/usr/installer/lib/pkgconfig \
36     ./configure --prefix=/usr/installer --disable-gtk-doc || die
37     mmake || die
38     }

Properties

Name Value
svn:keywords Id