1 # Mainteiner: juliano.bn <juliano.bn@gmail.com>
2 # Old mainteiners: nlight <alexander.dzhoganov@gmail.com>
3 # Gladstone <h2oz7v@gmail.com>
9 pkgdesc="Comprehensive, full-featured neural network simulator that allows for the creation and analysis of complex, sophisticated models of the brain in the world"
10 arch=('i686' 'x86_64')
11 url="http://grey.colorado.edu/emergent"
13 depends=('libjpeg' 'libpng' 'qt' 'coin' 'quarter' 'gsl' 'ode' 'termcap')
20 msg "Connecting to $pkgname SVN server..."
22 if [ -d $pkgname-$pkgver/.svn ]; then
26 svn checkout --username anonymous --password emergent \
27 http://grey.colorado.edu/svn/emergent/emergent/trunk $pkgname-$pkgver
30 msg "SVN checkout done"
31 msg "Starting make..."
32 cd "$srcdir/$pkgname-$pkgver"
33 cmake -DCMAKE_INSTALL_PREFIX=/usr/
39 cd "$srcdir/$pkgname-$pkgver"
40 make prefix=/usr DESTDIR="$pkgdir/" install