Magellan Linux

Annotation of /branches/magellan-next/extras/orbit/orbit-2.14.19-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8304 - (hide annotations) (download)
Thu Jul 14 13:31:03 2011 UTC (12 years, 11 months ago) by niro
File size: 665 byte(s)
auto added: ver bump to 2.14.19-r1
1 niro 8304 # $Id$
2    
3     PNAME="orbit"
4     PVER="2.14.19"
5     PBUILD="r1"
6    
7     PCATEGORIE="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.28
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     }