summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2017-04-02 05:16:35 +0700
committerAndrey Grozin <grozin@gentoo.org>2017-04-02 05:16:35 +0700
commite80a1974963f3c3633ab857fb5e4e75cb83bc803 (patch)
treef2561ab7fa50ee7adacb451741734440dffd7e51 /sci-geosciences/routino/routino-3.2.ebuild
parentdev-java/jsr173: drop jaxme dependency. (diff)
downloadgentoo-e80a1974963f3c3633ab857fb5e4e75cb83bc803.tar.gz
gentoo-e80a1974963f3c3633ab857fb5e4e75cb83bc803.tar.bz2
gentoo-e80a1974963f3c3633ab857fb5e4e75cb83bc803.zip
sci-geosciences/routino: bump to 3.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-geosciences/routino/routino-3.2.ebuild')
-rw-r--r--sci-geosciences/routino/routino-3.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-geosciences/routino/routino-3.2.ebuild b/sci-geosciences/routino/routino-3.2.ebuild
new file mode 100644
index 000000000000..cb1ceff2cd3c
--- /dev/null
+++ b/sci-geosciences/routino/routino-3.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+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 .
+}