summaryrefslogtreecommitdiff
path: root/community/instead-launcher/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/instead-launcher/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/instead-launcher/PKGBUILD')
-rw-r--r--community/instead-launcher/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/instead-launcher/PKGBUILD b/community/instead-launcher/PKGBUILD
deleted file mode 100644
index bbb190068..000000000
--- a/community/instead-launcher/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 85363 2013-03-01 10:34:01Z andrea $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Peter Kosyh <p.kosyhgmail.com>
-
-pkgname=instead-launcher
-pkgver=0.6.1
-pkgrel=3
-pkgdesc="launcher and games downloader for INSTEAD quest interpreter"
-arch=('i686' 'x86_64')
-url="http://instead-launcher.googlecode.com/"
-license=('GPL')
-makedepends=('sed' 'qt4')
-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=('qt4' 'instead')
- cd $srcdir/instead-launcher-$pkgver
- make INSTALL_ROOT=$pkgdir install
-}