Created
December 2, 2011 16:59
-
-
Save mgalgs/1423981 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Marcin Skory <armitage at gfreedom dot org> | |
# Contributor: Christoph Zeiler <rabyte*gmail> | |
# Contributor: Mitchel Humpherys <[email protected]> | |
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