summaryrefslogtreecommitdiff
path: root/community/instead
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-20 01:37:39 -0700
committerroot <root@rshg054.dnsready.net>2012-09-20 01:37:39 -0700
commit005a14f92ef5d35e4c47d970cb7e69367a835958 (patch)
treec9e998e38c83fe1d0947a0ceec528b45b4aaa1f1 /community/instead
parente8f387c8a45ee846f01fed02259d061d2d6e8d3d (diff)
Thu Sep 20 01:37:13 PDT 2012
Diffstat (limited to 'community/instead')
-rw-r--r--community/instead/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD
new file mode 100644
index 000000000..5cc378466
--- /dev/null
+++ b/community/instead/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 76494 2012-09-19 14:03:04Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Peter Kosyh <p.kosyhgmail.com>
+
+pkgname=instead
+pkgver=1.8.0
+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=('08acf9f7de60b8e1c23d6e9368093d1f')
+
+build() {
+ cd "${srcdir}/instead-${pkgver}"
+ echo "2" | ./configure.sh
+ make PREFIX=/usr
+}
+
+package() {
+ cd "${srcdir}/instead-${pkgver}"
+ make DESTDIR="${pkgdir}" PREFIX=/usr install
+}