updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / wmweather+ / PKGBUILD
blobaf9ed50eaa73779060f0388d3964a23ec4a22a7d
1 # Maintainer: Mario Blättermann <mariobl@gnome.org>
3 pkgname=wmweather+
4 pkgver=2.13
5 pkgrel=1
6 pkgdesc="Downloads the National Weather Serivce METAR bulletins, ANV and MRF forecasts, and any weather map for display in a WindowMaker dockapp"
7 arch=('i686' 'x86_64')
8 url="http://www.dockapps.org/file.php/id/112"
9 license=('GPL')
10 groups=(x11)
11 depends=('windowmaker' 'pcre' 'libxpm' 'curl')
12 source=(http://www.dockapps.org/download.php/id/846/$pkgname-$pkgver.tar.gz)
13 md5sums=('4ee42014f0e07d5d5baafe7c2db3a1fe')
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
17   ./configure --prefix=/usr
18   make
21 package() {
22   cd "$srcdir/$pkgname-$pkgver"
23   
24   make DESTDIR="$pkgdir/" install
27 # vim:set ts=2 sw=2 et: