Magellan Linux

Contents of /trunk/extras/installer-pangomm/installer-pangomm-2.26.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5386 - (show annotations) (download)
Fri May 21 07:37:52 2010 UTC (14 years ago) by niro
File size: 744 byte(s)
auto added: ver bump to 2.26.0-r1
1 # $Id$
2
3 PNAME="installer-pangomm"
4 PVER="2.26.0"
5 PBUILD="r1"
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.26
14 >= dev-cpp/glibmm-2.22
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