Files
OpenRA/packaging/linux/pkgbuild/PKGBUILD
Matthew Bowra-Dean 0d038f00ba 64bit linux packages
2011-01-07 15:29:45 +13:00

26 lines
495 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=('{ARCH}')
url="http://open-ra.org"
license=('GPL3')
groups=()
depends=('mono' 'openal' 'mesa' 'freetype2' 'sdl' 'gtk2' 'libwebkit')
makedepends=('git' 'unzip' 'wget')
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
source=()
noextract=()
md5sums=()
build() {
cp -r {ROOT}/usr/ $pkgdir/
}