updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / crrcsim-models / PKGBUILD
blob28f24fdddc0d3e5faa32b78101522689f0739843
1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Vladimir Cerny <blackvladimir@gmail.com>
7 pkgname=crrcsim-models
8 pkgver=0.2.0
9 pkgrel=1
10 pkgdesc="additional models for CRRCsim"
11 arch=('i686' 'x86_64')
12 url="http://crrcsim.berlios.de/wiki/"
13 license=('GPL')
14 depends=('crrcsim')
15 source=("http://prdownloads.sourceforge.net/crrcsim/crrcsim-addon-models-$pkgver.zip")
16 md5sums=('5f512ce85fc36def17572749886be649')
18 build() {
19   mkdir -p "$startdir/pkg/usr/share/games/crrcsim/"
20   cp "$startdir/src/models" "$startdir/pkg/usr/share/games/crrcsim/" -R
21   cp "$startdir/src/objects" "$startdir/pkg/usr/share/games/crrcsim/" -R
22   cp "$startdir/src/textures" "$startdir/pkg/usr/share/games/crrcsim/" -R
25 # vim:set ts=2 sw=2 et: