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>
10 pkgdesc="additional models for CRRCsim"
11 arch=('i686' 'x86_64')
12 url="http://crrcsim.berlios.de/wiki/"
15 source=("http://prdownloads.sourceforge.net/crrcsim/crrcsim-addon-models-$pkgver.zip")
16 md5sums=('5f512ce85fc36def17572749886be649')
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: