1 # Maintainer: John Schug <xtr.xtrnet@gmail.com>
5 pkgdesc="A small C compiler for the Zilog Z80."
8 license=('custom:The Clarified Artistic License')
19 source=(http://downloads.sourceforge.net/project/z88dk/z88dk/1.9/$pkgname-src-$pkgver.tgz)
21 md5sums=('405de32baa962e30b8951270f5a4799d') #generate with 'makepkg -g'
26 mkdir -p $pkgdir/usr/share/licenses/z88dk/
27 cp LICENSE $pkgdir/usr/share/licenses/z88dk
30 make prefix=/usr DESTDIR="$pkgdir/" install || return 1
32 echo "export ZCCCFG=/usr/share/z88dk/lib/config/" > $pkgdir/usr/share/z88dk/exports
33 echo "export Z80_OZFILES=/usr/share/z88dk/lib/" >> $pkgdir/usr/share/z88dk/exports
36 # vim:set ts=2 sw=2 et: