diff options
author | 2016-07-16 17:55:57 +0600 | |
---|---|---|
committer | 2016-07-16 17:55:57 +0600 | |
commit | c7cda63359123c2d9e9d3e66cefbf21d53289a17 (patch) | |
tree | b3a2b473ca69ece88a6fc63397f82f5bdb2d5f91 /sci-geosciences/routino/routino-3.1.1.ebuild | |
parent | dev-vcs/git: Removed old. (diff) | |
download | gentoo-c7cda63359123c2d9e9d3e66cefbf21d53289a17.tar.gz gentoo-c7cda63359123c2d9e9d3e66cefbf21d53289a17.tar.bz2 gentoo-c7cda63359123c2d9e9d3e66cefbf21d53289a17.zip |
sci-geosciences/routino: bump to 3.1.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-geosciences/routino/routino-3.1.1.ebuild')
-rw-r--r-- | sci-geosciences/routino/routino-3.1.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-geosciences/routino/routino-3.1.1.ebuild b/sci-geosciences/routino/routino-3.1.1.ebuild new file mode 100644 index 000000000000..adc5f96bc9fc --- /dev/null +++ b/sci-geosciences/routino/routino-3.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=6 + +DESCRIPTION="Routing application based on openstreetmap data" +HOMEPAGE="http://www.routino.org/" +SRC_URI="http://www.routino.org/download/${P}.tgz" +LICENSE="AGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="" +PATCHES=( "${FILESDIR}"/${P}.patch ) + +src_configure() { + : +} + +src_compile() { + emake -j1 + rm README.txt + mv doc/rm README.txt . +} |