summaryrefslogtreecommitdiff
blob: ff2ad66fdbcf1b38c7fd73a2fd7db52fd7f8d9bc (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
27
28
29
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.4.ebuild,v 1.1 2011/05/28 15:40:26 pchrist Exp $

EAPI="3"

MY_P="GeographicLib-${PV}"
DESCRIPTION="A small C++ library for geodetic calculations"
HOMEPAGE="http://geographiclib.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${MY_P}"

#src_configure() {
#	econf
#}
#
src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS NEWS 00README.txt INSTALL || die "dodoc failed"
}