summaryrefslogtreecommitdiff
path: root/community/stuntrally
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/stuntrally
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/stuntrally')
-rw-r--r--community/stuntrally/PKGBUILD37
-rw-r--r--community/stuntrally/stuntrally.install13
2 files changed, 0 insertions, 50 deletions
diff --git a/community/stuntrally/PKGBUILD b/community/stuntrally/PKGBUILD
deleted file mode 100644
index 5c286dcdc..000000000
--- a/community/stuntrally/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-# Contributor: Sven Schneider <archlinux.sandmann@googlemail.com>
-# Contributor: Jason Melton <jason.melton@gmail.com>
-
-pkgname=stuntrally
-pkgver=2.0
-pkgrel=1
-pkgdesc='Stunt Rally game with track editor, based on VDrift'
-arch=('x86_64' 'i686')
-license=('GPL3')
-url='http://code.google.com/p/vdrift-ogre'
-depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor' 'stuntrally-data')
-makedepends=('cmake' 'boost')
-install=stuntrally.install
-source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/$pkgname/$pkgname/tar.gz/$pkgver")
-sha256sums=('ef3e645e4911f37c28925e3339c39555e849b7ac13511f009742030f531eed68')
-
-build() {
- cd "$srcdir/stuntrally-$pkgver/"
-
- rm -rf build
- mkdir build && cd build
- cmake .. \
- -DCMAKE_INSTALL_PREFIX="/usr" \
- -DSHARE_INSTALL="share/stuntrally"
- make
-}
-
-package() {
- cd "$srcdir/stuntrally-$pkgver/build/"
-
- make DESTDIR="$pkgdir" install
- rm -rf "$pkgdir/usr/share/stuntrally/"
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/stuntrally/stuntrally.install b/community/stuntrally/stuntrally.install
deleted file mode 100644
index 3a13ff305..000000000
--- a/community/stuntrally/stuntrally.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: