Magellan Linux

Contents of /branches/R11-stable/extras/orbit/orbit-2.14.19-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15310 - (show annotations) (download)
Wed Jan 2 11:27:45 2013 UTC (11 years, 4 months ago) by niro
File size: 659 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="orbit"
4 PVER="2.14.19"
5 PBUILD="r2"
6
7 PCAT="gnome-base"
8
9 DESCRIPTION="A high-performance CORBA ORB (object request broker)."
10 HOMEPAGE="http://www.gnome.org/"
11
12 DEPEND=">= dev-libs/glib2-2.34
13 >= dev-libs/libidl-0.8.14"
14
15 SDEPEND=">= dev-util/pkgconfig-0.25"
16
17 SRCFILE="ORBit2-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/ORBit2-${PVER}"
19
20 sminclude gnome2
21
22 SRC_URI=(
23 gnome://ORBit2/${PVER%.*}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd_gnome ORBit2"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 gn2_configure || die
34 # do not use parallelmake, compilations takes a long time
35 # with high cpu usage and it seems it comes to no end
36 mmake -j1 || die
37 }