Skip to content

Instantly share code, notes, and snippets.

@mgalgs
Created December 2, 2011 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgalgs/1423981 to your computer and use it in GitHub Desktop.
Save mgalgs/1423981 to your computer and use it in GitHub Desktop.
# Maintainer: Marcin Skory <armitage at gfreedom dot org>
# Contributor: Christoph Zeiler <rabyte*gmail>
# Contributor: Mitchel Humpherys <mitch.special@gmail.com>
pkgname=alephone-marathon
pkgver=20111201
pkgrel=2
pkgdesc="Marathon 1 scenario data files"
arch=('any')
url="http://trilogyrelease.bungie.org/"
license=('custom')
depends=('alephone')
conflicts=('alephone-m1a1')
replaces=('alephone-m1a1')
source=(http://files3.bungie.org/trilogy/Marathon-$pkgver-Data.zip \
$pkgname.sh \
LICENSE)
md5sums=('f0bb9b341e00adbfd3ed03fa266694d7'
'd99b3c33e451d850e2404725aee55a11'
'f555a7637ee8c6de9d7a68fd5245401d')
build() {
find 'Marathon (A1)' -type f -exec chmod 644 {} \;
mkdir -p "$pkgdir"/usr/share/alephone/scenarios
cp -rf 'Marathon (A1)' "$pkgdir"/usr/share/alephone/scenarios/marathon/
install -Dm755 $pkgname.sh "$pkgdir"/usr/bin/$pkgname
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment