1 # Contributor: Gareth R <newtackdesign@gmail.com>
5 pkgdesc="XFLR5 is an analysis tool for airfoils, wings and planes operating at low Reynolds Numbers."
7 url="http://xflr5.sourceforge.net/xflr5.htm"
9 makedepends=('subversion' 'qt' 'mesa')
11 _svntrunk="http://xflr5.svn.sourceforge.net/svnroot/xflr5/branches/QFLR5"
17 if [ -d $_svnmod/.svn ]; then
18 (cd $_svnmod && svn up -r $pkgver)
23 msg "SVN checkout done or server timeout"
24 msg "Starting make..."
26 rm -rf "$srcdir/$_svnmod-build"
27 cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
28 cd "$srcdir/$_svnmod-build"
30 qmake -makefile xflr5.pro target.path=$pkgdir/usr/bin
32 make DESTDIR="$pkgdir/" install