1 # Maintainer: Andreas B. Wagner <AndreasBWagner@pointfree.net>
2 pkgname=tecs-software-suite
6 pkgdesc="The supporting software suite for the book 'The Elements of Computing Systems'"
8 url="http://www1.idc.ac.il/tecs/software.html"
11 depends=('java-environment>=1.3.1' 'java-runtime>=1.3.1')
20 install=${pkgname}.install
22 source=("http://www1.idc.ac.il/tecs/software/$pkgname-$pkgver.zip"
27 mkdir -p $pkgdir/opt/$pkgname
30 cp -r * $pkgdir/opt/$pkgname
34 # vim:set ts=2 sw=2 et:
35 md5sums=('624fe75b596b6366a96658545e6bfebe'
36 'ab4a629fa6287a96bf985a2dc4d7b5a0')