pkgname=opencity pkgver=0.0.5.1stable pkgrel=1 pkgdesc="OpenCity is a full 3D city simulator game project. It is written in standard C++ with OpenGL and SDL from scratch. It is not intended to be a clone of any famous city simulator from Max*s. So, if you are looking to download a free SimCity 4 like, please forget OpenCity. I work on it at my spare time, I really meant it 'my spare time' !" arch=('x86_64' 'i686') url="http://opencity.info" license=('GPL') depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_net' 'libgl') source=(http://ovh.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) md5sums=('7cfd14d857af6aaff7210f7d00198d38') build() { cd $startdir/src/${pkgname}-0.0.5stable ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install }