1 # Maintainer: <ying@althonx4>
5 pkgdesc="The Scythe Statistical Library is an open source C++ library for statistical computation"
6 url="http://scythe.wustl.edu/"
15 source=(http://scythe.wustl.edu/files/${pkgname}-$pkgver.tar.gz)
16 md5sums=('39ab338c3cd7795a70a0bb430406c2f5')
18 cd $startdir/src/${pkgname}-$pkgver
19 ./configure --prefix=/usr
21 make DESTDIR=$startdir/pkg install