You are not logged in.

#1 2004-05-03 00:09:05

bigpod
Member
Registered: 2004-04-13
Posts: 16

[devel: libraries] pymetar

PKGBUILD

#Contributor: Alex Podaras <bigpod@xweb.gr>

pkgname=pymetar
pkgver=0.8
pkgrel=1
pkgdesc="This python library downloads the weather report for a given station ID (http://www.nws.noaa.gov/tg/siteloc.shtml) decodes it and the provides easy access to all the data found in the report."
url="http://www.schwarzvogel.de/software-pymetar.shtml"
depends=(python)
source=(http://www.schwarzvogel.de/pkgs/$pkgname-$pkgver.tar.gz)
md5sums=('228eedaddc7821f2ed086d91f9d56b68')

build() {
  cd $startdir/src/$pkgname-$pkgver
  python setup.py build
  python setup.py install --prefix=$startdir/pkg/usr
}

url: ftp://ftp.archlinux.org/incoming/pymeta … -1.tar.bz2

Hope it' s useful.  big_smile

Offline

Board footer

Powered by FluxBB