blob: 7f630030d056f0a2a176c057c8c03d4833bd8545 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "PyWeather is a collection of weather related modules \
that are capable of performing conversion calculations for many common meteorological units."
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
SRCNAME = "pyweather"
PR = "ml0"
SRC_URI = "${SOURCEFORGE_MIRROR}/meta-tools/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/weather-${PV}"
inherit distutils
|