2 # Maintainer: Abhishek Dasgupta <abhidg@gmail.com>
8 pkgdesc="computing the melting temperature of nucleic acid duplex"
11 url="http://www.ebi.ac.uk/~lenov/meltinghome.html"
12 source=(http://www.ebi.ac.uk/~lenov/SOFTWARES/${pkgname}${_pkgver}.tar.gz
17 patch -p0 -i ../makefile.unices.diff
18 cp makefile.unices makefile
20 make DESTDIR=${pkgdir} install || return 1
21 rm ${pkgdir}/usr/bin/tkmelting.pl || return 1
24 md5sums=('5f1b4f3ddc75d68e0876616a21906a17'
25 '9ab07b5cdd6b0f83112eb1db6e0758a5')