summaryrefslogtreecommitdiff
blob: 3b453384cdaa93d6cede341a8f090d5c9007e535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild,v 1.2 2007/07/15 06:04:07 mr_bones_ Exp $

inherit distutils eutils

DESCRIPTION="A lat/lon-UTM conversion utility (used by pygps)"
HOMEPAGE="http://www.pygps.org/#LatLongUTMconversion"
SRC_URI="http://www.pygps.org/${P}.tar.gz"

LICENSE="GPL-2"
IUSE=""
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc ~ppc64"

DEPEND="dev-lang/python"

src_compile() {
	distutils_src_compile
}

DOCS="README"