updated on Wed Jan 18 04:00:29 UTC 2012
[aur-mirror.git] / qcl / PKGBUILD
bloba780689c13544b3936871c248a4f97cf2b3021c2
1 # Contributor: quasi <quasi@aur.archlinux.org>
3 pkgname=qcl
4 pkgver=0.6.3
5 pkgrel=1
6 pkgdesc="A Programming Language for Quantum Computers"
7 arch=('i686' 'x86_64')
8 url="http://tph.tuwien.ac.at/~oemer/qcl.html"
9 license=('GPL')
10 depends=('plotutils')
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')
17 build() {
18   cd $startdir/src/$pkgname-$pkgver
20   patch < ../../Makefile.patch
21   patch < ../../options.patch
22    
23   make || return 1
24   make install || return 1