steed/PKGBUILD.in

23 lines
593 B
Bash

# Contributor: Peter Kosyh <p.kosyhgmail.com>
pkgname=instead
pkgver=1.4.6
pkgrel=1
pkgdesc="instead quest interpreter"
arch=('i686' 'x86_64')
url="http://instead.googlecode.com/"
license=('GPL')
depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua')
makedepends=( 'pkgconfig' )
source=(http://instead.googlecode.com/files/instead_$pkgver.tar.gz)
md5sums=(MD5SUM)
optdepends=('instead-launcher: install and update INSTEAD games from net')
build() {
cd $startdir/src/instead-$pkgver
echo "2" | ./configure.sh
make PREFIX=/usr || return 1.
make DESTDIR=${startdir}/pkg PREFIX=/usr install
}