commit:     5e96b3523a39ff7fd2c8470477c5dfb3ea442894
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  4 10:11:17 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Apr  4 10:12:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e96b352

dev-libs/libmaxminddb: Add live ebuild

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 dev-libs/libmaxminddb/libmaxminddb-99999.ebuild | 31 +++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
new file mode 100644
index 00000000000..22ef31d4093
--- /dev/null
+++ b/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools git-r3
+
+DESCRIPTION="C library for the MaxMind DB file format"
+HOMEPAGE="https://github.com/maxmind/libmaxminddb";
+EGIT_REPO_URI="${HOMEPAGE}"
+
+LICENSE="Apache-2.0"
+SLOT="0/0.0.7"
+KEYWORDS=""
+IUSE="static-libs"
+
+DOCS=( Changes.md )
+
+src_prepare() {
+       default
+       eautoreconf
+}
+
+src_configure() {
+       econf $(use_enable static-libs static)
+}
+
+src_install() {
+       default
+
+       find "${ED}" -name '*.la' -delete || die
+}

Reply via email to