summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3fa441493cd6af271b96fb67fd797f0e4cd6730c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: lspci <agm2819 at gmail dot com>
# Contributor: Mario Blättermann <mariobl@gnome.org>

pkgname=wmweather+
pkgver=2.17
pkgrel=1
pkgdesc="Downloads the National Weather Service METAR bulletins, ANV and MRF forecasts, and any weather map for display in a WindowMaker dockapp"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/wmweatherplus"
license=('GPL')
groups=('x11')
depends=('pcre' 'libxpm' 'curl' 'windowmaker')
source=("http://downloads.sf.net/wmweatherplus/$pkgname-$pkgver.tar.gz")
md5sums=('89da7675017b1ca8c456e5736ff03249')
 
build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --prefix=/usr
  make 
}

package() {
  cd "$srcdir/$pkgname-$pkgver"
  make DESTDIR="$pkgdir" install
}