[arch-commits] Commit in torcs-data/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Sun Nov 17 21:09:07 UTC 2013


    Date: Sunday, November 17, 2013 @ 22:09:07
  Author: spupykin
Revision: 101130

archrelease: copy trunk to community-any

Added:
  torcs-data/repos/community-any/PKGBUILD
    (from rev 101129, torcs-data/trunk/PKGBUILD)
Deleted:
  torcs-data/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-17 21:08:53 UTC (rev 101129)
+++ PKGBUILD	2013-11-17 21:09:07 UTC (rev 101130)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Shahar Weiss <sweiss4 at gmx.net>
-
-pkgname=torcs-data
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="A 3D racing cars simulator using OpenGL"
-url="http://torcs.sourceforge.net"
-license=("GPL")
-arch=('any')
-makedepends=('plib' 'freeglut' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'libpng' 'libvorbis' 'mesa' 'glu')
-source=(http://downloads.sourceforge.net/sourceforge/torcs/torcs-${pkgver/_/-}.tar.bz2)
-md5sums=('07dbc9c53e2b177be1f53fe97d53d039')
-
-build() {
-  cd ${srcdir}/torcs-${pkgver/_/-}
-  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
-  make DESTDIR=${pkgdir} datainstall
-  find ${pkgdir} -type d -exec chmod 755 {} \;
-}

Copied: torcs-data/repos/community-any/PKGBUILD (from rev 101129, torcs-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-17 21:09:07 UTC (rev 101130)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Shahar Weiss <sweiss4 at gmx.net>
+
+pkgname=torcs-data
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="A 3D racing cars simulator using OpenGL"
+url="http://torcs.sourceforge.net"
+license=("GPL")
+arch=('any')
+makedepends=('plib' 'freeglut' 'freealut' 'libxi' 'libxmu' 'libxrandr' 'libpng' 'libvorbis' 'mesa' 'glu')
+source=(http://downloads.sourceforge.net/sourceforge/torcs/torcs-${pkgver/_/-}.tar.bz2)
+md5sums=('cd7bc804668af531df9511a6f64a1e84')
+
+build() {
+  cd ${srcdir}/torcs-${pkgver/_/-}
+  ./configure --prefix=/usr --x-includes=/usr/include --x-libraries=/usr/lib
+}
+
+package() {
+  cd ${srcdir}/torcs-${pkgver/_/-}
+  make DESTDIR=${pkgdir} datainstall
+  find ${pkgdir} -type d -exec chmod 755 {} \;
+}




More information about the arch-commits mailing list