diff options
Diffstat (limited to 'community/speed-dreams/PKGBUILD')
-rw-r--r-- | community/speed-dreams/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/speed-dreams/PKGBUILD b/community/speed-dreams/PKGBUILD index 2f01f1781..878c28a76 100644 --- a/community/speed-dreams/PKGBUILD +++ b/community/speed-dreams/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 71722 2012-06-01 18:48:00Z ebelanger $ +# $Id: PKGBUILD 90093 2013-05-06 19:39:40Z foutrelis $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Adrián Chaves Fernández, aka Gallaecio <adriyetichaves@gmail.com> # Contributor: Shahar Weiss <sweiss4@gmx.net> (build() code from his TORCS' PKGBUILD) pkgname=speed-dreams pkgver=2.0.0 _pkgver=2.0.0-r4687 -pkgrel=2 +pkgrel=3 pkgdesc="A racing simulator with rich graphics and physics" arch=('i686' 'x86_64' 'mips64el') url="http://speed-dreams.sourceforge.net/" license=('GPL2') -depends=('sdl' 'freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 'plib>=1.8.3' 'libjpeg' 'zlib' 'enet' 'speed-dreams-data') -makedepends=('cmake' 'p7zip') +depends=('sdl' 'freealut' 'freeglut' 'libpng' 'libxi' 'libxmu' 'libxrandr' 'plib>=1.8.3' 'libjpeg' 'zlib' 'enet' 'speed-dreams-data' 'glu') +makedepends=('cmake' 'p7zip' 'mesa') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-base-${_pkgver}.tar.xz" "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-unmaintained-${_pkgver}.tar.xz" "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-src-wip-cars-and-tracks-${_pkgver}.tar.xz" |