Magellan Linux

Annotation of /trunk/extras/orbit/orbit-2.14.17-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4229 - (hide annotations) (download)
Mon Nov 30 23:54:52 2009 UTC (14 years, 6 months ago) by niro
File size: 682 byte(s)
auto added: ver bump to 2.14.17-r1
1 niro 4229 # $Id$
2    
3     PNAME="orbit"
4     PVER="2.14.17"
5     PBUILD="r1"
6    
7     PCATEGORIE="gnome-base"
8     STATE="unstable"
9    
10     DESCRIPTION="A high-performance CORBA ORB (object request broker)."
11     HOMEPAGE="http://www.gnome.org/"
12    
13     DEPEND=">= dev-libs/glib2-2.22
14     >= dev-libs/libidl-0.8.13"
15    
16     SDEPEND=">= dev-util/pkgconfig-0.23"
17    
18     SRCFILE="ORBit2-${PVER}.tar.bz2"
19     SRCDIR="${BUILDDIR}/ORBit2-${PVER}"
20    
21     sminclude gnome2
22    
23     SRC_URI=(
24     gnome://ORBit2/${PVER%.*}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd_gnome ORBit2"
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     gn2_configure || die
35     # do not use parallelmake, compilations takes a long time
36     # with high cpu usage and it seems it comes to no end
37     mmake -j1 || die
38     }

Properties

Name Value
svn:keywords Id