2009-05-14 13:53:34 +00:00
|
|
|
# Template file for 'ORBit2'
|
|
|
|
pkgname=ORBit2
|
|
|
|
version=2.14.17
|
2010-04-22 20:02:37 +00:00
|
|
|
revision=1
|
2009-05-14 13:53:34 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/2.14/$pkgname-$version.tar.bz2"
|
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="High-performance CORBA ORB with C language support"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-29 14:12:41 +00:00
|
|
|
homepage="http://projects.gnome.org/ORBit2"
|
|
|
|
license="GPL-2"
|
|
|
|
checksum="62bfce3f678f9347a19c766944e8aef7b89bc32b25ac23eb3e4c25929ce8974c"
|
2009-05-14 13:53:34 +00:00
|
|
|
long_desc="
|
|
|
|
ORBit is a CORBA 2.2-compliant Object Request Broker (ORB) featuring
|
|
|
|
mature C and Perl bindings. Bindings (in various degrees of completeness)
|
|
|
|
are also available for C++, Lisp, Pascal, Python, Ruby, and TCL; others
|
|
|
|
are in-progress. It supports POA, DII, DSI, TypeCode, Any, IR and IIOP.
|
|
|
|
|
|
|
|
Optional features including INS and threading are available. ORBit is
|
|
|
|
engineered for the desktop workstation environment, with a focus on
|
|
|
|
performance, low resource usage, and security."
|
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-02-28 05:19:39 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run glib
|
|
|
|
Add_dependency run libIDL
|
2009-05-14 13:53:34 +00:00
|
|
|
Add_dependency build pkg-config
|
2010-02-28 05:19:39 +00:00
|
|
|
Add_dependency build glib-devel
|
|
|
|
Add_dependency build libIDL-devel
|