summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4f4f013dae636c07fc5eea4280c29c8e62df0e3a (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
# Maintainer: Chris Rizzitello <sithlord48@gmail.com>
pkgname=makoureactor
confilicts=makoureactor-git
pkgver=1.7.1
pkgrel=1
pkgdesc="Final Fantasy 7 Field Editor"
arch=('i686' 'x86_64')
url="https://github.com/myst6re/makoureactor"
license=('GPL3')
depends=('qt5-base' 'freeglut' 'zlib') #Qt5)
#optdepends=('otf-ipafont: font for displaying japanese')
source=("https://github.com/myst6re/makoureactor/archive/1.7.1.tar.gz")
md5sums=(d84bbcf214e6c7fa42ea56383435bc62)

build() {
  cd "makoureactor-1.7.1"
  #qmake-qt4 Black_Chocobo.pro #Qt4 Build
  qmake-qt5 Makou_Reactor.pro #Qt5 Build
  make
}
package(){
  cd "makoureactor-1.7.1"
  INSTALL_ROOT=$pkgdir make install
  install -D -m644 debian/menu "$pkgdir"/usr/share/menu/makoureactor
  install -m666 vars.cfg "$pkgdir"/usr/share/makoureactor/
}