summaryrefslogtreecommitdiff
path: root/community/instead-launcher
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-launcher
parente8f387c8a45ee846f01fed02259d061d2d6e8d3d (diff)
Thu Sep 20 01:37:13 PDT 2012
Diffstat (limited to 'community/instead-launcher')
-rw-r--r--community/instead-launcher/PKGBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/instead-launcher/PKGBUILD b/community/instead-launcher/PKGBUILD
new file mode 100644
index 000000000..1a118f518
--- /dev/null
+++ b/community/instead-launcher/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 76496 2012-09-19 14:12:35Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Peter Kosyh <p.kosyhgmail.com>
+
+pkgname=instead-launcher
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="launcher and games downloader for INSTEAD quest interpreter"
+arch=('i686' 'x86_64')
+url="http://instead-launcher.googlecode.com/"
+license=('GPL')
+makedepends=('sed' 'qt')
+source=(http://instead-launcher.googlecode.com/files/instead-launcher_$pkgver.tar.gz)
+md5sums=('b2136e535dbb77eacb79e3357dc2a173')
+
+build() {
+ cd $srcdir/instead-launcher-$pkgver
+ sed -i 's|/usr/local/bin/sdl-instead|/usr/bin/sdl-instead|g' platform.cpp
+ qmake PREFIX=/usr
+ make
+}
+
+package() {
+ depends=('qt' 'instead')
+ cd $srcdir/instead-launcher-$pkgver
+ make INSTALL_ROOT=$pkgdir install
+}