summaryrefslogtreecommitdiff
path: root/community/instead/PKGBUILD
blob: d93ab314e19df8839793d8fc0ec02b1544b4bcfe (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
# $Id: PKGBUILD 112557 2014-06-03 14:43:58Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Peter Kosyh <p.kosyhgmail.com>

pkgname=instead
pkgver=2.1.0
pkgrel=1
pkgdesc="a quest interpreter"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/instead/"
license=('GPL')
depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
optdepends=('instead-launcher: install and update INSTEAD games from net')
source=(http://downloads.sourceforge.net/project/instead/instead/${pkgver}/instead_${pkgver}.tar.gz)
md5sums=('8ddc98ffb591298b7440311d8f23c864')

build() {
  cd "${srcdir}/instead-${pkgver}"
  echo "2" | ./configure.sh
  make PREFIX=/usr
}

package() {
  cd "${srcdir}/instead-${pkgver}"
  make DESTDIR="${pkgdir}" PREFIX=/usr install

  cp -a doc/*.{html,pdf} doc/instead.txt doc/examples $pkgdir/usr/share/doc/instead/
}