Magellan Linux

Contents of /trunk/extras/installer-pango/installer-pango-1.24.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1445 - (show annotations) (download)
Wed May 6 18:53:42 2009 UTC (14 years, 11 months ago) by niro
File size: 1495 byte(s)
-missing include
1 # $Id$
2
3 PNAME="installer-pango"
4 PVER="1.24.1"
5 PBUILD="r1"
6
7 PCATEGORIE="app-mage"
8 STATE="unstable"
9
10 DESCRIPTION="Internal pango library for the installer. Not intended for main use."
11 HOMEPAGE="http://www.pango.org/"
12
13 DEPEND=">= x11-libs/libXrender-0.9
14 >= x11-libs/libX11-1
15 >= x11-libs/libXft-2
16 >= dev-libs/glib2-2.20
17 >= media-libs/fontconfig-2
18 >= media-libs/freetype-2
19 >= app-mage/installer-cairo-1.8"
20
21 SDEPEND=">= dev-util/pkgconfig-0.23
22 >= x11-libs/cairo-1.8"
23
24 sminclude mtools cleanutils
25
26 SRCFILE="pango-${PVER}.tar.bz2"
27 SRCDIR="${BUILDDIR}/pango-${PVER}"
28
29 SRC_URI=(
30 gnome://pango/${PVER%.*}/${SRCFILE}
31 mirror://pango/${SRCFILE}
32 mirror://pango/pango-1.12.1-xfonts.patch
33 mirror://pango/pango-1.12.1-multilib.patch
34 mirror://pango/pango-${PVER}-no-program-suffix-in-man.patch
35 )
36
37 UP2DATE="updatecmd_gnome pango"
38
39 src_prepare()
40 {
41 munpack ${SRCFILE} || die
42 cd ${SRCDIR}
43
44 # some enhancements from Redhat
45 mpatch pango-1.12.1-xfonts.patch || die
46
47 # multilib fixes
48 mpatch pango-1.12.1-multilib.patch || die
49
50 # programm-suffix is broken - appends the suffix to mans,
51 # but later on it is ignored and builts break
52 mpatch pango-${PVER}-no-program-suffix-in-man.patch || die
53 }
54
55 src_compile()
56 {
57 cd ${SRCDIR}
58
59 ./configure --prefix=/usr/installer --disable-static --disable-gtk-doc || die
60 mmake || die
61 }
62
63 src_install()
64 {
65 cd ${SRCDIR}
66 mmake DESTDIR=${BINDIR} install || die
67
68 # cleanup
69 zapmost ${BINDIR} usr/installer/lib || die
70 rm -rf ${BINDIR}/usr/installer/lib/pkgconfig || die
71 }

Properties

Name Value
svn:keywords Id