27 lines
639 B
Bash
27 lines
639 B
Bash
# Contributor: Matthew Bowra-Dean <matthew@ijw.co.nz>
|
|
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' 'glibc' 'alsa-lib' 'xdg-utils' 'zenity')
|
|
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/
|
|
}
|
|
|