updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / tome3 / PKGBUILD
blob671ff794f1c93492c30f2a2a501725e71468bd2c
1 # Contributor: Michal Gawronski <dinth1906 at gmail dot com>
3 pkgname=tome3
4 pkgver=3.0.0alpha19
5 pkgrel=1
6 pkgdesc="Is a fantasy adventure game, based on the works of J.R.R. Tolkien. It is a game that emphasizes intricate, challenging, and varied gameplay over graphics. Hundreds of different monsters in randomly-generated, unpredictable dungeons will strive to slay you by various means, and you counter - if you survive - by developing the skills of your choice and wielding mighty artifacts."
7 arch=('i686' 'x86_64')
8 url="http://www.t-o-m-e.net"
9 license=('GPL v2')
10 depends=(ncurses libx11 sdl sdl_gfx)
11 source=('http://www.t-o-m-e.net/dl/src/tome-300alpha19-src.tar.bz2')
12 md5sums=('7a993d72639da0f797a9e129b0b227de')
14 build() {
15     cd $srcdir/tome-300alpha19-src/src
16     sed -e 's@PREFIX ?= /usr/local@PREFIX ?= /usr@;s@LIBDIR = $(PREFIX)/games/$(TOMENAME)/@LIBDIR = $(PREFIX)/share/$(TOMENAME)/@' ./makefile.std > ./Makefile || return 1
17     make || return 1
18     make DESTDIR=$startdir/pkg install || return 1