1 # Contributor: Harley Laue <losinggeneration@gmail.com>
5 pkgdesc="A simple and clean Z80 emulation library."
7 url="http://libz80.sourceforge.net/"
11 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
12 libz80.gcc4-fix.makefile.patch)
13 md5sums=('cf5c6f37baf6f1db5b7b422c7810cbe4'
14 '42057266127107c170f55f94d9adc24e')
18 patch -p1 -i ../libz80.gcc4-fix.makefile.patch
21 make DESTDIR="$pkgdir/" install
23 # Is this a bad way to go about this?
24 find $pkgdir -type f -exec chmod go-w {} \;
27 # vim:set ts=2 sw=2 et: