summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5aaca8a776da580a2e0dceeeac05c299d712ae0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Maintainer: Alexander Schnaidt <alex.schnaidt@gmail.com>
# Original Contributor: Gareth R <newtackdesign@gmail.com>
# Contributor: Simon K <simon@booya.at>
# Contributor: James Duley <jagduley gmail>

pkgname=xflr5
_revision=1481
_pkgver=6.61
pkgver=$_pkgver.r$_revision
pkgrel=1
pkgdesc="An analysis tool for airfoils, wings and planes operating at low Reynolds Numbers."
arch=('i686' 'x86_64')
url="http://www.xflr5.tech/xflr5.htm"
license=('GPL')
depends=('qt5-base')
makedepends=('subversion')
source=("$pkgname::svn+https://svn.code.sf.net/p/xflr5/code/#revision=$_revision")
sha256sums=('SKIP')


build() {
  cd $pkgname/tags/v$_pkgver/xflr5
  
  qmake-qt5 PREFIX=/usr
  make
}

package() {
 cd $pkgname/tags/v$_pkgver/xflr5

  make INSTALL_ROOT="$pkgdir" install
}