diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/stuntrally/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/stuntrally/PKGBUILD')
-rw-r--r-- | community/stuntrally/PKGBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/community/stuntrally/PKGBUILD b/community/stuntrally/PKGBUILD deleted file mode 100644 index a00334e7e..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.1 -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' 'sdl2' 'enet' 'hicolor-icon-theme' 'libxcursor' 'stuntrally-data') -makedepends=('cmake' 'boost') -install=stuntrally.install -source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz") -sha256sums=('d987e8c05ed1f3f54468e75e2c1f68a9a4c59ceefa7429130d4f800b28821ae0') - -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: |