[arch-commits] Commit in stuntrally-data/repos/community-any (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Mon May 13 10:34:19 UTC 2013
Date: Monday, May 13, 2013 @ 12:34:18
Author: svenstaro
Revision: 90604
archrelease: copy trunk to community-any
Added:
stuntrally-data/repos/community-any/PKGBUILD
(from rev 90603, stuntrally-data/trunk/PKGBUILD)
Deleted:
stuntrally-data/repos/community-any/PKGBUILD
----------+
PKGBUILD | 107 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-13 10:33:18 UTC (rev 90603)
+++ PKGBUILD 2013-05-13 10:34:18 UTC (rev 90604)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=stuntrally-data
-_pkgname=stuntrally
-pkgver=1.9
-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' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor')
-source=(src_${pkgver}.tar.gz::https://nodeload.github.com/${_pkgname}/stuntrally/tar.gz/${pkgver}
- tracks_${pkgver}.tar.gz::https://nodeload.github.com/${_pkgname}/tracks/tar.gz/${pkgver})
-md5sums=('3253c5a64a6d3f4fc4b756ea431286de'
- '77e118926c970a445b91d688a4f46799')
-
-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
-
- 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 90603, stuntrally-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-05-13 10:34:18 UTC (rev 90604)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=stuntrally-data
+_pkgname=stuntrally
+pkgver=2.0
+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' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor')
+source=(src_${pkgver}.tar.gz::https://nodeload.github.com/${_pkgname}/stuntrally/tar.gz/${pkgver}
+ tracks_${pkgver}.tar.gz::https://nodeload.github.com/${_pkgname}/tracks/tar.gz/${pkgver})
+md5sums=('a92d850c100220246833b330d1aca9bd'
+ '37439c50f9641610b5b7e767ec52eebb')
+
+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