mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 09:22:12 +08:00
torcs: update to 1.3.6
This commit is contained in:
parent
84fd1c6ab4
commit
1bcf3cc13e
@ -1,24 +1,17 @@
|
||||
#
|
||||
# Games Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Contributor: Shahar Weiss <sweiss4@gmx.net>
|
||||
|
||||
pkgbase=torcs
|
||||
pkgname=(torcs torcs-data)
|
||||
pkgver=1.3.5
|
||||
pkgname=('torcs' 'torcs-data')
|
||||
pkgver=1.3.6
|
||||
pkgrel=1
|
||||
pkgdesc="A 3D racing cars simulator"
|
||||
url="http://torcs.sourceforge.net"
|
||||
license=("GPL2")
|
||||
arch=('i686' 'x86_64')
|
||||
depends=('freealut' 'freeglut' 'libpng' 'libvorbis' 'libxi' 'libxmu' 'libxrandr')
|
||||
makedepends=('plib')
|
||||
arch=('x86_64')
|
||||
depends=('freealut' 'freeglut' 'libpng' 'libvorbis' 'libxi' 'libxmu' 'libxrandr' 'glu')
|
||||
makedepends=('plib' 'mesa')
|
||||
options=('!makeflags')
|
||||
categories=('games')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('cd7bc804668af531df9511a6f64a1e84')
|
||||
sha256sums=('193cb1820170eb18335dffeaa345499229a4b7972a78acbfaca197597a3075af')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user