updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git] / mico / PKGBUILD
blob16987877c492bbcb16a30a35187c22eb76803e86
1 # Contributor: George Giorgidze <giorgidze (at) gmail.com>
3 pkgname=mico
4 pkgver=2.3.13
5 pkgrel=2
6 pkgdesc="MICO is a mature, secure, robust, fully standards-compliant implementation of the CORBA standard"
7 arch=('i686' 'x86_64')
8 url="http://www.mico.org/"
9 license=('GPL')
10 groups=()
11 depends=('libxt' 'openssl')
12 makedepends=()
13 optdepends=()
14 provides=()
15 conflicts=()
16 replaces=()
17 backup=()
18 options=()
19 install=
20 source=(http://www.mico.org/${pkgname}-${pkgver}.tar.gz)
21 noextract=()
22 md5sums=('a8e5d5a0e32dba2ef767eb5189f1732a')
24 build() {
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'
32   make
33   make INSTDIR="${pkgdir}/usr" SHARED_INSTDIR="${pkgdir}/usr/share" install