summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d5ae79e8e64a795bfd4c5f8cf3dcc65f4a366dc2 (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
# 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=1309
pkgver=6.49.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.com/xflr5.htm"
license=('GPL')
depends=('qt5-base')
source=("$pkgname::svn+https://svn.code.sf.net/p/xflr5/code/#revision=$_revision")
sha256sums=('SKIP')


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

package() {
  cd $pkgname/$pkgname

  make INSTALL_ROOT="$pkgdir" install
}