# Maintainer : alrii # Contributor: jjpk # Contributor: Benjamin Chrétien # Contributor: DaNiMoTh # Contributor: Andrea Scarpino # Contributor: Gereon Schomber # Contributor: Alex Belanger pkgname=ace pkgver=6.4.8 pkgrel=1 pkgdesc="Framework that provides many components and patterns for developing high-performance, distributed real-time and embedded systems." url="http://www.dre.vanderbilt.edu/~schmidt/ACE.html" license=('custom') arch=('i686' 'x86_64') depends=() options=(!libtool) conflicts=('libace') source=("http://download.dre.vanderbilt.edu/previous_versions/ACE-${pkgver}.tar.gz" "license.txt") sha256sums=('f74de3386fb096c2e095c6a61a79e8911118129ca0a77aea000fd0a98d22c004' '4aef434f0bc8c91488f92b25863e5dcbff857598389276718c59903cd8c8c954') 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 cd ace make } package() { cd $srcdir/ACE_wrappers/ace make DESTDIR="$pkgdir/" install }