summaryrefslogtreecommitdiff
path: root/community/vdrift/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/vdrift/PKGBUILD')
-rw-r--r--community/vdrift/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/vdrift/PKGBUILD b/community/vdrift/PKGBUILD
index a85ea7973..e6845d2be 100644
--- a/community/vdrift/PKGBUILD
+++ b/community/vdrift/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 69896 2012-04-25 19:15:46Z svenstaro $
+# $Id: PKGBUILD 74628 2012-07-31 19:57:06Z ebelanger $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Lone_Wolf lonewolf@xs4all.nl
pkgname=vdrift
pkgver=2011.10.22
-pkgrel=6
+pkgrel=7
pkgdesc="Open source driving simulation made with drift racing in mind"
arch=('i686' 'x86_64')
url="http://vdrift.net/"
license=('GPL')
-depends=('bullet' 'curl' 'sdl_gfx' 'sdl_image' 'glew' 'libvorbis' 'vdrift-data')
+depends=('bullet' 'curl' 'sdl_gfx' 'sdl_image' 'glew' 'libvorbis' 'vdrift-data'
+ 'gtk-update-icon-cache' 'hicolor-icon-theme' 'libarchive')
makedepends=('scons' 'boost' 'asio')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver//./-}.tar.bz2)
md5sums=('6f8806ab1be303e9e1e47522c9eee890')
@@ -61,6 +62,6 @@ package() {
install -Dm644 data/textures/icons/vdrift-64x64.png \
"$pkgdir/usr/share/pixmaps/$pkgname.png"
- rm -r $pkgdir/usr/share/vdrift
+ rm -r "$pkgdir"/usr/share/vdrift
}
# vim: sw=2:ts=2 et: