blob: 5a6ad48a95aca654f459f7051930d7fed358a4bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Contributor: Slash <demodevil5[at]yahoo[dot]com>
pkgname=quake3-reactionq3
pkgver=3.2
pkgrel=1
pkgdesc="Reaction Quake 3 is modification for Quake 3 modeled after games like ActionQ2 and ActionHL, that recreate an action movie atmosphere."
url="http://www.rq3.com/"
license=""
depends=('quake3')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=('http://www.rq3.com/ReactionQuake3-v3.2-Full.zip')
md5sums=('9d376db7be9c2990953b93fae075458b')
build() {
cd $startdir/src/
# Base RQ3 Files
install -d $startdir/pkg/opt/quake3/
unzip ReactionQuake3-v3.2-Full.zip -d $startdir/pkg/opt/quake3/
}
|