updated on Wed Jan 25 04:02:27 UTC 2012
[aur-mirror.git] / quake2world-data-rsync / PKGBUILD
blob513d940cac4664fef5fb1a7041d698bdc7c1c6df
1 # Contributor: Marcel Wysocki <maci@satgnu.net>
2 # Maintainer: Marcel Wysocki <maci@satgnu.net>
4 pkgname=quake2world-data-rsync
5 pkgver=0
6 pkgrel=3
7 pkgdesc="Data files for Quake2World. A free, stand-alone, multiplayer-only iteration of Quake2"
8 arch=('i686' 'x86_64')
9 url="http://jdolan.dyndns.org/trac/wiki/Quake2World"
10 source=()
11 md5sums=()
12 license=('GPL')
13 depends=('rsync')
14 makedepends=('rsync')
16 _rsyncurl=rsync://jdolan.dyndns.org/quake2world
19 build() {
20   cd $startdir/src
21   msg "Checking out rsync repository"
22   rsync -rvz --delete $_rsyncurl quake2world
24   msg "rsync checkout done or server timed out."
26   mkdir -p $startdir/pkg/usr/share
27   cp -r quake2world $startdir/pkg/usr/share