RPM spec added.

This commit is contained in:
Matthew
2010-05-06 04:12:42 +12:00
parent b7dba51251
commit 4a94cb1960
2 changed files with 89 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ arch=(any)
url="http://open-ra.org"
license=('GPL3')
groups=()
depends=('mono' 'mono-addins' 'openal' 'mesa' 'nvidia-cg-toolkit' 'freetype2' 'sdl')
depends=('mono' 'openal' 'mesa' 'nvidia-cg-toolkit' 'freetype2' 'sdl')
makedepends=('git' 'unzip' 'wget')
optdepends=()
provides=()
@@ -20,9 +20,9 @@ source=()
noextract=()
md5sums=()
_gitroot="git://github.com/beedee/OpenRA.git"
_gitroot="git://github.com/chrisforbes/OpenRA.git"
_gitname="OpenRA"
_gittag="pkgtest-$pkgver"
_gittag="playtest-$pkgver"
build() {
cd "$srcdir"