1 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
6 pkgdesc="The Template Numerical Toolkit is an interface for scientific computing in C++."
8 url="http://math.nist.gov/tnt"
10 source=(http://math.nist.gov/${pkgname}/${pkgname}${pkgver}.zip)
11 md5sums=('e87a913a44c0fe3694914b0f42c61fb1')
15 install -d ${pkgdir}/usr/include/${pkgname}
16 install -m644 *.h ${pkgdir}/usr/include/${pkgname}