updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / atari-adventure / PKGBUILD
blobaf7fe82cddb9eac49752104cc971996f2f25d36c
1 # The original Adventure game for the old Atari 2600 game console
3 # Contributor: David Rosenstrauch <darose@darose.net>
4 pkgname=atari-adventure
5 pkgver=1.0
6 pkgrel=2
7 pkgdesc="The original Adventure game for the old Atari 2600 game console"
8 arch=('i686' 'x86_64')
9 url="http://www.atariage.com/software_page.html?SoftwareID=802"
10 license=('unknown')
11 depends=(stella)
12 source=('http://www.atariage.com/2600/roms/Adventure.zip' 'http://www.warrenrobinett.com/adventure/adv-map1.gif')
13 md5sums=('22683ccd7b7c0fb7935d1b6c30e03395' '824dc77ccf37b3ff62c72bfa41a55a9a')
15 build() {
16   cd "$srcdir"
18   install -d $startdir/pkg/usr/share/$pkgname/
19   install -m644 adv-map1.gif $startdir/pkg/usr/share/$pkgname/
20   _rom_img_file=ADVNTURE.BIN 
21   install -m644 $_rom_img_file $startdir/pkg/usr/share/$pkgname/
22   echo "#!/bin/sh" > $pkgname
23   echo stella /usr/share/$pkgname/$_rom_img_file >> $pkgname
24   install -D -m755 $pkgname $startdir/pkg/usr/bin/$pkgname