# 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=('gksu: Elevation for installing game packages on Gnome platforms' 'kdesudo: Elevation for installing game packages on KDE platforms') provides=() conflicts=() replaces=() backup=() options=() source=() noextract=() md5sums=() build() { cp -r {ROOT}/usr/ $pkgdir/ }