updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / alephone-ttep-marathon2 / PKGBUILD
blob77f32fb86c9b17ba590734c6f8508b3eb5eb2e53
1 # Contributor: Christoph Zeiler <rabyte*gmail>
3 pkgname=alephone-ttep-marathon2
4 pkgver=7.0
5 pkgrel=1
6 pkgdesc="Marathon2 HiRes textures for use with the AlephOne engine"
7 arch=('any')
8 url="http://www.simplici7y.com/items/ttep-7-marathon-2"
9 license=('unknown')
10 depends=('alephone-marathon2')
11 source=(http://www.simplici7y.com/version/file/104/TTEP_${pkgver}__Marathon2_.zip)
12 md5sums=('41d9d0d028057c73d324a4dc37ccd37c')
14 build() {
15   cd "TTEP $pkgver (Marathon2)/TTEP 7 (M2)"
17   sed 's|Marathon 2 Textures|textures|g' -i "Textures M2"
19   install -Dm644 "Textures M2" "$pkgdir"/usr/share/alephone/scenarios/marathon2/Scripts/textures_marathon2
20   cp -rf "Marathon 2 Textures"/ "$pkgdir"/usr/share/alephone/scenarios/marathon2/textures/
22   find "$pkgdir" -type f -exec chmod 644 {} \;
25 # vim:set ts=2 sw=2 et: