blob: c41c9c883d5649bd54bf01beb4cae16e11dde0a7 [file] [log] [blame]
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
AUTOTOOLS_AUTORECONF=yes
inherit autotools-utils
DESCRIPTION="Library for calculating fastest train routes"
SRC_URI="http://www.on.rim.or.jp/~katamuki/software/train/${P}.tar.gz"
HOMEPAGE="http://www.on.rim.or.jp/~katamuki/software/train/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~ppc sparc x86"
IUSE="debug static-libs "
PATCHES=( "${FILESDIR}"/${P}-impl-dec.patch )
src_configure() {
local myeconfargs=( $(use_enable debug) )
autotools-utils_src_configure
}