[arch-commits] CVS update of extra/games/tuxracer (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Jan 29 03:19:00 UTC 2008


    Date: Monday, January 28, 2008 @ 22:19:00
  Author: eric
    Path: /home/cvs-extra/extra/games/tuxracer

Modified: PKGBUILD (1.16 -> 1.17)

upgpkg: tuxracer 0.61-7
rebuild for tcl 8.5 (close FS#9366), added license, changed gcc depends to gcc-libs


----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)


Index: extra/games/tuxracer/PKGBUILD
diff -u extra/games/tuxracer/PKGBUILD:1.16 extra/games/tuxracer/PKGBUILD:1.17
--- extra/games/tuxracer/PKGBUILD:1.16	Thu Jul 20 17:03:10 2006
+++ extra/games/tuxracer/PKGBUILD	Mon Jan 28 22:19:00 2008
@@ -1,15 +1,18 @@
-# $Id: PKGBUILD,v 1.16 2006/07/20 21:03:10 andyrtr Exp $
+# $Id: PKGBUILD,v 1.17 2008/01/29 03:19:00 eric Exp $
 # Maintainer: arjan <arjan at archlinux.org>
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca> and patched by orelien <aurelien.foret at wanadoo.fr>
 
 pkgname=tuxracer
 pkgver=0.61
-pkgrel=6
+pkgrel=7
 pkgdesc="Tux Racer lets you take on the role of Tux the Linux Penguin as he races down steep, snow-covered mountains."
 arch=(i686 x86_64)
-depends=('sdl' 'sdl_mixer' 'tcl' 'glibc' 'audiofile' 'gcc' 'libogg' 'libvorbis' 'libxi' 'libxmu' 'mesa' 'libgl')
+license=('GPL')
+depends=('sdl' 'sdl_mixer' 'tcl>=8.5.0' 'glibc' 'audiofile' 'gcc-libs' 'libogg' 'libvorbis' 'libxi' 'libxmu' 'mesa' 'libgl')
 install=
-source=(http://easynews.dl.sourceforge.net/tuxracer/$pkgname-$pkgver.tar.gz http://easynews.dl.sourceforge.net/tuxracer/tuxracer-data-0.61.tar.gz $pkgname-$pkgver.patch.bz2 $pkgname-pasting.patch)
+source=(http://downloads.sourceforge.net/tuxracer/$pkgname-$pkgver.tar.gz http://downloads.sourceforge.net/tuxracer/tuxracer-data-0.61.tar.gz $pkgname-$pkgver.patch.bz2 $pkgname-pasting.patch)
+md5sums=('206e8197ceaf0f00b25d4e2b4156e563' 'aef877fee9e1a56483ff01fbdfb1e4b3'\
+         '785d5ec7b8353a8f6d03152b610c8dd8' '9cab49d96fb17aff1ab67d755885242f')
 url="http://tuxracer.sourceforge.net/"
 
 build() {
@@ -17,7 +20,7 @@
   bzip2 -d ../$pkgname-$pkgver.patch.bz2
   patch -Np1 -i ../$pkgname-$pkgver.patch
   patch -Np1 -i ../$pkgname-pasting.patch
-  CFLAGS="$CFLAGS -DGLX_GLXEXT_LEGACY" ./configure --prefix=/usr --with-tcl-lib-name=tcl8.4 --with-tcl-header=tcl.h
+  CFLAGS="$CFLAGS -DGLX_GLXEXT_LEGACY" ./configure --prefix=/usr --with-tcl-lib-name=tcl8.5 --with-tcl-header=tcl.h
   make || return 1
   make prefix=$startdir/pkg/usr install
   mkdir -p $startdir/pkg/usr/share/tuxracer




More information about the arch-commits mailing list