Files
OpenRA/packaging/linux/pkgbuild/PKGBUILD
2010-11-21 13:30:48 +13:00

27 lines
494 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' 'sdl')
makedepends=('git' 'unzip' 'wget')
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=openra.install
source=()
noextract=()
md5sums=()
build() {
cp -r {ROOT}/usr/ $pkgdir/
}