Magellan Linux

Contents of /trunk/extras/installer-pangomm/installer-pangomm-2.24.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1447 - (show annotations) (download)
Wed May 6 18:59:28 2009 UTC (15 years ago) by niro
File size: 937 byte(s)
-fixed dependencies
1 # $Id$
2
3 PNAME="installer-pangomm"
4 PVER="2.24.0"
5 PBUILD="r2"
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 >= dev-cpp/cairomm-1.8
19 >= x11-libs/pango-1.24"
20
21 SRCFILE="pangomm-${PVER}.tar.bz2"
22 SRCDIR="${BUILDDIR}/pangomm-${PVER}"
23
24 sminclude mbuild cleanutils
25
26 SRC_URI=(
27 gnome://pangomm/${PVER%.*}/${SRCFILE}
28 mirror://pangomm/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd_gnome ${PNAME/installer-/}"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 ./configure --prefix=/usr/installer --disable-gtk-doc || die
38 mmake || die
39 }
40
41 src_install()
42 {
43 cd ${SRCDIR}
44 mmake DESTDIR=${BINDIR} install || die
45
46 # cleanup
47 zapmost ${BINDIR} usr/installer/lib || die
48 rm -rf ${BINDIR}/usr/installer/lib/pkgconfig || die
49 }

Properties

Name Value
svn:keywords Id