1 # Contributor: rabyte <rabyte__gmail>
2 # Contributor: prettyvanilla <prettyvanilla@lavabit.com>
4 pkgname=alephone-marathon2
7 pkgdesc="Marathon 2 scenario data files"
9 url="http://marathon.sourceforge.net"
12 source=(http://files3.bungie.org/trilogy/Marathon2-$pkgver-Data.zip \
15 md5sums=('59877a90efaf4e648a532d6dc371906a'
16 '2c0ae2cce57c375d694e89cf03515a77'
17 'f555a7637ee8c6de9d7a68fd5245401d')
22 find "Marathon 2" -type f -exec chmod 644 {} \;
24 mkdir -p "$pkgdir/usr/share/alephone/scenarios/marathon2"
25 cp -r "Marathon 2"/* "$pkgdir/usr/share/alephone/scenarios/marathon2"
26 install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname.sh"
27 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"