Magellan Linux

Annotation of /branches/magellan-0_10_0/todo/orbit/orbit-2.14.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3000 - (hide annotations) (download)
Mon Oct 5 18:47:41 2009 UTC (14 years, 8 months ago) by niro
File size: 815 byte(s)
created branch 'magellan-0_10_0'
1 niro 2 # $Header: /magellan-cvs/smage/orbit/orbit-2.14.12-r1.smage2,v 1.2 2008/03/21 08:53:20 niro Exp $
2    
3     PNAME="orbit"
4     PVER="2.14.12"
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.14
14     >= dev-libs/popt-1.10
15     >= dev-libs/libidl-0.8.10
16     >= dev-util/indent-2.2.9
17     >= dev-libs/openssl-0.9.8"
18    
19     SDEPEND=">= dev-util/pkgconfig-0.23"
20    
21     SRCFILE="ORBit2-${PVER}.tar.bz2"
22     SRCDIR="${BUILDDIR}/ORBit2-${PVER}"
23    
24     sminclude gnome2
25    
26     SRC_URI=(
27     gnome://ORBit2/${PVER%.*}/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     src_compile()
32     {
33     cd ${SRCDIR}
34    
35     gn2_configure || die
36     # do not use parallelmake, compilations takes a long time
37     # with high cpu usage and it seems it comes to no end
38     mmake -j1 || die
39     }

Properties

Name Value
svn:keywords Id