updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / alephone-rubiconx / PKGBUILD
blob70a8d54cdb0acb177276fa08f86ef920f84d33c3
1 # Contributor: rabyte <rabyte*gmail>
3 pkgname=alephone-rubiconx
4 pkgver=1.0
5 pkgrel=3
6 pkgdesc="A free first person shooter that continues the story of Bungie's Marathon trilogy"
7 arch=('any')
8 url="http://www.marathonrubicon.com/"
9 license=('unknown')
10 depends=('alephone>=20060701')
11 makedepends=('unzip')
12 source=(http://files5.bungie.org/marathon/marathonRubiconX.zip \
13         $pkgname.sh)
14 noextract=(marathonRubiconX.zip)
15 md5sums=('a91a091d4b02082464e7a93f551ba221' 'ceb271fff4cdbc3c156ec688cdcb9c00')
17 build() {
18   msg "Extracting sources..."
19   unzip -qqo marathonRubiconX.zip || return 1
21   mkdir -p $pkgdir/usr/share/alephone/scenarios
22   cp -rf "Rubicon X ƒ" $pkgdir/usr/share/alephone/scenarios/${pkgname/alephone-/}
23   find $pkgdir -type f -exec chmod 644 {} \;
25   install -m755 -D ../$pkgname.sh $pkgdir/usr/bin/$pkgname