Added ORBit2-2.14.17 template.

--HG--
extra : convert_revision : a1de694c10c4beaae772ba2dcbb0e703b7c00fc5
This commit is contained in:
Juan RP 2009-05-14 15:53:34 +02:00
parent 06e0809c88
commit c13e77f73f
4 changed files with 50 additions and 0 deletions

1
templates/ORBit2-devel Symbolic link
View File

@ -0,0 +1 @@
ORBit2

2
templates/ORBit2/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=2.14.17
api_depends=${abi_depends}

View File

@ -0,0 +1,23 @@
# Template file for 'ORBit2-devel'.
#
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run ORBit2
do_install()
{
local lver="2.0"
mkdir -p ${DESTDIR}/usr/lib/orbit-${lver}
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/orbit-${lver}/*.*a \
${DESTDIR}/usr/lib/orbit-${lver}
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
}

24
templates/ORBit2/template Normal file
View File

@ -0,0 +1,24 @@
# Template file for 'ORBit2'
pkgname=ORBit2
sourcepkg=$pkgname
version=2.14.17
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>"
checksum=62bfce3f678f9347a19c766944e8aef7b89bc32b25ac23eb3e4c25929ce8974c
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."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency full glibc
Add_dependency full glib
Add_dependency full libIDL