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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed May 14 15:27:11 UTC 2014


    Date: Wednesday, May 14, 2014 @ 17:27:11
  Author: svenstaro
Revision: 111131

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-14 15:26:59 UTC (rev 111130)
+++ PKGBUILD	2014-05-14 15:27:11 UTC (rev 111131)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=stuntrally-data
-_pkgname=stuntrally
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Stunt Rally game with track editor, based on VDrift (data files)"
-arch=('any')
-license=('GPL3')
-url="http://code.google.com/p/vdrift-ogre"
-makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 'hicolor-icon-theme' 'libxcursor')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz"
-        "$pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz")
-sha256sums=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51'
-            '45e9c976964e22348530a99a99c0dac30bc766d2f9edbe1a83a7b6791850d565')
-
-build() {
-  # build the sources
-  cd "${srcdir}/stuntrally-${pkgver}/"
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX="/usr" \
-      -DSHARE_INSTALL="share/stuntrally"
-  make
-
-  # build the tracks
-  cd "${srcdir}/tracks-${pkgver}/"
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX="/usr"
-  make
-}
-
-package() {
-  # install the sources
-  cd "${srcdir}/stuntrally-${pkgver}/build/"
-  make DESTDIR="${pkgdir}" install
-
-  # install the tracks
-  cd "${srcdir}/tracks-${pkgver}/build"
-  make DESTDIR="${pkgdir}/usr/share/stuntrally/" install
-
-  # clean up
-  rm -rf "${pkgdir}/usr/share/stuntrally/tracks/build"
-  rm -rf "${pkgdir}/usr/share/icons"
-  rm -rf "${pkgdir}/usr/share/applications"
-  rm -rf "${pkgdir}/usr/bin"
-}

Copied: stuntrally-data/repos/community-any/PKGBUILD (from rev 111130, stuntrally-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-14 15:27:11 UTC (rev 111131)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=stuntrally-data
+_pkgname=stuntrally
+pkgver=2.3
+pkgrel=1
+pkgdesc="Stunt Rally game with track editor, based on VDrift (data files)"
+arch=('any')
+license=('GPL3')
+url="http://code.google.com/p/vdrift-ogre"
+makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 'hicolor-icon-theme' 'libxcursor')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz"
+        "$pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz")
+sha256sums=('828ea8e4a8ea73005e88ef015cb9808cc75d0cb50693a0f4a7d8b09edd0765fd'
+            '8da6396abb569fbcf312095a96c2b7cfa92f510900d32b7d7e2fcd9478a7216f')
+
+build() {
+  # build the sources
+  cd "${srcdir}/stuntrally-${pkgver}/"
+
+  rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX="/usr" \
+      -DSHARE_INSTALL="share/stuntrally"
+  make
+
+  # build the tracks
+  cd "${srcdir}/tracks-${pkgver}/"
+
+  rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX="/usr"
+  make
+}
+
+package() {
+  # install the sources
+  cd "${srcdir}/stuntrally-${pkgver}/build/"
+  make DESTDIR="${pkgdir}" install
+
+  # install the tracks
+  cd "${srcdir}/tracks-${pkgver}/build"
+  make DESTDIR="${pkgdir}/usr/share/stuntrally/" install
+
+  # clean up
+  rm -rf "${pkgdir}/usr/share/stuntrally/tracks/build"
+  rm -rf "${pkgdir}/usr/share/icons"
+  rm -rf "${pkgdir}/usr/share/applications"
+  rm -rf "${pkgdir}/usr/bin"
+}




More information about the arch-commits mailing list