1 # Contributor: Tobias Sandmann <tSa *at* gmx *dot* eu>
6 pkgdesc="Minos is a lightweight, portable implementation of the OMG CORBA Notification Service written in C++."
8 url="http://minosrv.sourceforge.net/"
10 depends=('omniorb>=4.1.2' 'omniorb<5.0.0')
12 source=(http://downloads.sourceforge.net/minosrv/minos-$pkgver.tar.gz
14 md5sums=('44f2ee92b3d7f174c8d32dbaffd8f2de'
15 'bbbc466c34346f6ce1e6f0a3c2d31655')
18 cd $startdir/src/minos
19 patch -p1 <$startdir/src/minos-$pkgver.patch
20 cd $startdir/src/minos/gcc
21 make ORB=omniorb OMNIORB_ROOT=/usr || return 1
22 install -d $startdir/pkg/usr/bin
23 install -t $startdir/pkg/usr/bin $startdir/src/minos/gcc/bin/Minos_omniorb
24 install -d $startdir/pkg/usr/share/doc/$pkgname
25 install -t $startdir/pkg/usr/share/doc/$pkgname $startdir/src/minos/README.unix
26 install -t $startdir/pkg/usr/share/doc/$pkgname $startdir/src/minos/gcc/run_minos_omniorb