summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 69029cda7cda637f27bd6c81e00008577b2520c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Slash <demodevil5[at]yahoo[dot]com>

pkgname=quake3-osp
pkgver=1.03a
pkgrel=3
pkgdesc="Orange Smoothie Productions (OSP) is a modification for Quake 3 that adds many client and server features while still being compatable with the stock game."
url="http://www.orangesmoothie.org/"
license=('')
arch=('any')
depends=('quake3')
source=('http://osp.jsmart.web.id/orangesmoothie/downloads/osp-Quake3-1.03a_full.zip')
md5sums=('8b2b4925cce1895067bc617b86c62ea5')

build() {
    cd $srcdir;

    # Base OSP Files
    install -d $pkgdir/opt/quake3/
    unzip osp-Quake3-1.03a_full.zip -d $pkgdir/opt/quake3/
}