# Contributor: Matthew Bowra-Dean pkgname=openra pkgver={VERSION} pkgrel=1 pkgdesc="Open Source rebuild of the Red Alert game engine using Mono/OpenGL." arch=(any) url="http://open-ra.org" license=('GPL3') groups=() depends=('mono' 'openal' 'mesa' 'freetype2' 'sdl') makedepends=('git' 'unzip' 'wget') optdepends=() provides=() conflicts=() replaces=() backup=() options=() install=openra.install source=() noextract=() md5sums=() build() { cp -r {ROOT}/usr/ $pkgdir/ }