New package: ORBit2-2.14.19.

This commit is contained in:
davehome 2012-07-03 12:11:33 -06:00
parent c0e0603e76
commit d95bef531d
8 changed files with 76 additions and 0 deletions

View File

@ -974,3 +974,6 @@ libpwquality.so.1 libpwquality-1.1.1_1
libisl.so.10 isl-0.10_1
libcloog-isl.so.3 cloog-0.17.0_1
librtmp.so.0 librtmp-2.4_1
libORBit-2.so.0 libORBit2-2.14.19_1
libORBit-imodule-2.so.0 libORBit2-2.14.19_1
libORBitCosNaming-2.so.0 libORBit2-2.14.19_1

1
srcpkgs/ORBit2-devel Symbolic link
View File

@ -0,0 +1 @@
ORBit2

View File

@ -0,0 +1,18 @@
# Template file for 'ORBit2-devel'.
#
depends="glib-devel libIDL-devel libORBit2"
short_desc="${short_desc} (Development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
vmove "usr/lib/*.a" usr/lib
vmkdir usr/lib/orbit-2.0
vmove "usr/lib/orbit-2.0/*.a" usr/lib/orbit-2.0
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
vmove usr/share/idl usr/share
vmove usr/share/aclocal usr/share
}

View File

@ -0,0 +1,6 @@
libglib-2.0.so.0
libpthread.so.0
libc.so.6
libIDL-2.so.0
libgmodule-2.0.so.0
libORBit-2.so.0

View File

@ -0,0 +1,8 @@
libgmodule-2.0.so.0
libgobject-2.0.so.0
libgthread-2.0.so.0
librt.so.1
libglib-2.0.so.0
libpthread.so.0
libc.so.6
libIDL-2.so.0

View File

@ -0,0 +1,15 @@
# Template file for 'libORBit2'.
#
short_desc="${short_desc} (Runtime library)"
long_desc="${long_desc}
This package contains the ORBit2 runtime libraries."
do_install()
{
vmove "usr/lib/*.so*" usr/lib
vmkdir usr/lib/orbit-2.0
vmove "usr/lib/orbit-2.0/*.so*" usr/lib/orbit-2.0
}

24
srcpkgs/ORBit2/template Normal file
View File

@ -0,0 +1,24 @@
# Template file for 'ORBit2'
pkgname=ORBit2
version=2.14.19
build_style=gnu-configure
homepage="http://projects.gnome.org/ORBit2/"
distfiles="http://ftp.acc.umu.se/pub/gnome/sources/${pkgname}/2.14/${pkgname}-${version}.tar.bz2"
makedepends="pkg-config glib-devel libIDL-devel"
revision=1
short_desc="Thin/fast CORBA ORB"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2, LGPL-2.1"
checksum=55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550
long_desc="
ORBit2 is a CORBA 2.4-compliant Object Request Broker (ORB) featuring mature C,
C++ and Python bindings. Bindings (in various degrees of completeness) are also
available for Perl, Lisp, Pascal, 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. ORBit2 is engineered for the desktop
workstation environment, with a focus on performance, low resource usage, and
security. The core ORB is written in C, and runs under Linux, UNIX (BSD,
Solaris, HP-UX, ...), and Windows. ORBit2 is developed and released as open
source software under GPL/LGPL."
subpackages="lib$pkgname $pkgname-devel"

1
srcpkgs/libORBit2 Symbolic link
View File

@ -0,0 +1 @@
ORBit2