updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / aweather / PKGBUILD
blobdd7632ec8f3bfc987c11de38ba248d1c289c7ef6
1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
3 pkgname=aweather
4 pkgver=0.6.1
5 pkgrel=1
6 pkgdesc="Advanced weather reporting program"
7 arch=('i686' 'x86_64')
8 url="http://lug.rose-hulman.edu/proj/aweather/"
9 license='GPL3'
10 depends=('grits=0.6.1' 'rsl')
11 makedepends=('hdf5')
12 options=(!libtool)
13 source=(http://lug.rose-hulman.edu/proj/aweather/$pkgname-$pkgver.tar.gz)
14 md5sums='bc5bd4a8946a0c8a32732c5945c33a66'
16 build() {
17   cd $srcdir/$pkgname-$pkgver
19    ./configure --prefix=/usr
20    make
21    make DESTDIR=$pkgdir install