1 # Contributor: quasi <quasi@aur.archlinux.org>
6 pkgdesc="A Programming Language for Quantum Computers"
8 url="http://tph.tuwien.ac.at/~oemer/qcl.html"
11 optdepends=('texmacs')
12 install=$pkgname.install
13 source=(http://tph.tuwien.ac.at/~oemer/tgz/$pkgname-$pkgver.tgz Makefile.patch options.patch)
14 md5sums=('3dd08d2be84feb8021868914f082292d' 'bdba7211f2287fbfa8f9523d029a9ce3' '81ddf597252734c1569f0541fb09ac6e')
18 cd $startdir/src/$pkgname-$pkgver
20 patch < ../../Makefile.patch
21 patch < ../../options.patch
24 make install || return 1