updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / scythestat / PKGBUILD
blobf7fa527eb59234391f71a56fca42e9bb2d908962
1 # Maintainer:  <ying@althonx4>
2 pkgname=scythestat  
3 pkgver=1.0.2
4 pkgrel=1 
5 pkgdesc="The Scythe Statistical Library is an open source C++ library for statistical computation"
6 url="http://scythe.wustl.edu/"
7 arch=('i686' 'x86_64')
8 license=('GPL')
9 depends=()
10 makedepends=()
11 conflicts=()
12 replaces=()
13 backup=()
14 install=
15 source=(http://scythe.wustl.edu/files/${pkgname}-$pkgver.tar.gz)
16 md5sums=('39ab338c3cd7795a70a0bb430406c2f5')
17 build() {
18   cd $startdir/src/${pkgname}-$pkgver
19   ./configure --prefix=/usr
20   make || return 1
21   make DESTDIR=$startdir/pkg install