updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / tnt / PKGBUILD
blob1464d22b0a3f0bb95abc2a2b07cc1c8b5d0dd3c5
1 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
3 pkgname=tnt
4 pkgver=126
5 pkgrel=1
6 pkgdesc="The Template Numerical Toolkit is an interface for scientific computing in C++."
7 arch=('i686' 'x86_64')
8 url="http://math.nist.gov/tnt"
9 license=('unknown')
10 source=(http://math.nist.gov/${pkgname}/${pkgname}${pkgver}.zip)
11 md5sums=('e87a913a44c0fe3694914b0f42c61fb1')
13 build() {
14         cd ${srcdir}
15         install -d ${pkgdir}/usr/include/${pkgname}
16         install -m644 *.h ${pkgdir}/usr/include/${pkgname}