Files
OpenRA/packaging/linux/pkgbuild/PKGBUILD

26 lines
534 B
Bash

# Contributor: Matthew Bowra-Dean <matthew@ijw.co.nz>
pkgname=openra-git
pkgver=20100806.2
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' 'nvidia-cg-toolkit' 'freetype2' 'sdl')
makedepends=('git' 'unzip' 'wget')
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=openra.install
source=()
noextract=()
md5sums=()
build() {
cp -r ~/openra-package/built/usr/ $pkgdir/
}