summaryrefslogtreecommitdiff
path: root/community/instead/PKGBUILD
blob: 9a132bcea6d1e9b84f8f6795396f4b29437abb7f (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
# $Id: PKGBUILD 81111 2012-12-12 00:47:36Z eric $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Peter Kosyh <p.kosyhgmail.com>

pkgname=instead
pkgver=1.8.1
pkgrel=1
pkgdesc="instead quest interpreter"
arch=('i686' 'x86_64')
url="http://instead.googlecode.com/"
license=('GPL')
depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
optdepends=('instead-launcher: install and update INSTEAD games from net')
source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz)
md5sums=('a26dd0b2785787639dd1bbfed66af77a')

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

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