1 # Contributor: George Giorgidze <giorgidze (at) gmail.com>
6 pkgdesc="MICO is a mature, secure, robust, fully standards-compliant implementation of the CORBA standard"
8 url="http://www.mico.org/"
11 depends=('libxt' 'openssl')
20 source=(http://www.mico.org/${pkgname}-${pkgver}.tar.gz)
22 md5sums=('a8e5d5a0e32dba2ef767eb5189f1732a')
25 cd "${srcdir}/${pkgname}"
27 sed --in-place -e '40i\#include <limits.h>' orb/fast_array.cc
28 sed --in-place -e '36s/ demo//' Makefile
29 sed --in-place -e '82d' Makefile
31 ./configure --prefix='/usr'
33 make INSTDIR="${pkgdir}/usr" SHARED_INSTDIR="${pkgdir}/usr/share" install