# Contributor: DaNiMoTh # Contributor: Andrea Scarpino # Contributor: Gereon Schomber # Contributor: Alex Belanger pkgname=tao pkgver=6.3.2 pkgrel=2 pkgdesc="Standards-based, CORBA middleware framework" url="http://www.dre.vanderbilt.edu/~schmidt/TAO.html" license=('custom') arch=('i686' 'x86_64') depends=(ace) options=(!libtool) source=(http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-${pkgver}.tar.gz license.txt) build() { export ACE_ROOT=$srcdir/ACE_wrappers cd $ACE_ROOT echo '#include "ace/config-linux.h"' > ace/config.h echo 'INSTALL_PREFIX = /usr include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU' > include/makeinclude/platform_macros.GNU export LD_LIBRARY_PATH=$ACE_ROOT/lib:$LD_LIBRARY_PATH cd ace make cd $ACE_ROOT/apps/gperf make export TAO_ROOT=$ACE_ROOT/TAO cd $TAO_ROOT make } package() { cd $srcdir/ACE_wrappers/TAO/tao make DESTDIR="$pkgdir/" install } sha1sums=('7b182a23ac1c04ac2012316062338e31c7fd54eb' 'b21054d0aa546fabe4bb0c2769401314d4a5bfe3')