updated on Mon Jan 23 00:00:36 UTC 2012
[aur-mirror.git] / aweather / PKGBUILD
blob0f1396f1a7b004010bd7ecbd21b7dc52e5cd80a8
1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
3 pkgname=aweather
4 pkgver=0.6.3
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.3' 'rsl')
11 makedepends=('hdf5')
12 source=(http://lug.rose-hulman.edu/proj/aweather/$pkgname-$pkgver.tar.gz)
13 md5sums='e58ab0c0843e2187c9fd237ff4ca32a5'
15 build() {
16   cd $srcdir/$pkgname-$pkgver
18    CFLAGS='-ldl' ./configure --prefix=/usr
19    make
20    make DESTDIR=$pkgdir install