diff options
author | 2005-05-22 06:43:13 +0000 | |
---|---|---|
committer | 2005-05-22 06:43:13 +0000 | |
commit | e470d6d3dc7f7a16a9731baa419a9e958c4aed98 (patch) | |
tree | edefddeaef327632d6d1663d7daba0446093f694 /sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild | |
parent | . (diff) | |
download | historical-e470d6d3dc7f7a16a9731baa419a9e958c4aed98.tar.gz historical-e470d6d3dc7f7a16a9731baa419a9e958c4aed98.tar.bz2 historical-e470d6d3dc7f7a16a9731baa419a9e958c4aed98.zip |
python module to support pygps
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild')
-rw-r--r-- | sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild b/sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild new file mode 100644 index 000000000000..e8e80a864fc7 --- /dev/null +++ b/sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild @@ -0,0 +1,23 @@ +# 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.1 2005/05/22 06:43:13 nerdboy 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" + |