1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
6 pkgdesc="A simple PyGTK+ frontend for the DGEN Sega Genesis/Mega Drive emulator"
8 url="http://sourceforge.net/projects/$pkgname/"
11 source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_${pkgver}_source.tar.gz \
15 md5sums=('93f55c1395d7195ae15383b218cae6f0'
16 '2e2613af69dec8e4dea18d773edadf41'
17 '4e5f45bf6f436ba79f54f65b7a776848'
18 '1368804ec83cfdcb76671dd58a2cef2a')
21 sed "s|js + "'"|js + " '"|g" -i $pkgname.py
23 mkdir -p "$pkgdir"/usr/share/$pkgname
24 install -m644 about.py gdgen.glade gdgen.py icon.png "$pkgdir"/usr/share/$pkgname/
26 install -Dm644 $pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
27 install -Dm644 $pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
29 install -Dm755 $pkgname.sh "$pkgdir"/usr/bin/$pkgname