5 pkgdesc="A multifunctional scientific graphic calculator"
7 url="http://extcalc-linux.sourceforge.net"
13 source=('http://downloads.sourceforge.net/project/extcalc-linux/extcalc-linux/0.9.3/extcalc-0.9.3-1.tar.gz' 'CMakeLists.txt.patch')
15 md5sums=('efe53d36c8f1f1811ab46ed1a6e0e240'
16 '7eff890881144df22db09a750bd63198')
20 cd $srcdir/$_realname-$pkgver-1 || return 1
21 patch CMakeLists.txt < $srcdir/CMakeLists.txt.patch || return 1
24 make DESTDIR=$pkgdir install || return 1