mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sci-geosciences/readosm: bump to 1.0.0e
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST readosm-1.0.0.tar.gz 1004717 SHA256 8c26477b2de827c815b763bcecd0318ac3f803b9846d7f696272fc809bae3ad8 SHA512 fe331a9ba63152a67e1ee343d599d5c1dd96c10b09d016bd2c91bad56fd36936291394057640bc3539000666dc2c85631890f43e00a2d9b52c473efce9e1f086 WHIRLPOOL 83fd4f50d8ac716d5e011647b968a1381191870325cbeb6b4438ae1589be436a51b8a2ccdcb28b1cafdb724e9ca27bcb8afb9a530a27a296ee7a9aea97896259
|
||||
DIST readosm-1.0.0e.tar.gz 1096062 SHA256 1fd839e05b411db6ba1ca6199bf3334ab9425550a58e129c07ad3c6d39299acf SHA512 fde22e66b8ed80de168ff9302e8f9312a1a3111c7326f2db45d3176df98030f77e6590416ec5a5d0aef445f707a62cb091a47ee7533bede65eebf8ebf0fa4c28 WHIRLPOOL e12d84e99d26c317bb270b91e222d674ff544403c317aa1e73922a1e9103452ff14cec8f7478a2ea9dd0ce65c75c787ea7e94ef41ee0b33f3ed46178c7effcba
|
||||
|
||||
25
sci-geosciences/readosm/readosm-1.0.0e.ebuild
Normal file
25
sci-geosciences/readosm/readosm-1.0.0e.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils multilib
|
||||
|
||||
DESCRIPTION="A complete Spatial DBMS in a nutshell built upon sqlite"
|
||||
HOMEPAGE="http://www.gaia-gis.it/spatialite"
|
||||
SRC_URI="http://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable static-libs static)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
prune_libtool_files
|
||||
}
|
||||
Reference in New Issue
Block a user