From 536c3711867ec947c1738f2c4b96f22e4863322d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Nov 2018 09:38:27 +0000 Subject: gentoo resync : 18.11.2018 --- dev-libs/libuninum/libuninum-2.7.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-libs/libuninum/libuninum-2.7.ebuild (limited to 'dev-libs/libuninum/libuninum-2.7.ebuild') diff --git a/dev-libs/libuninum/libuninum-2.7.ebuild b/dev-libs/libuninum/libuninum-2.7.ebuild new file mode 100644 index 000000000000..2d661dff563d --- /dev/null +++ b/dev-libs/libuninum/libuninum-2.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A library for converting unicode strings to numbers and vice versa" +HOMEPAGE="https://billposer.org/Software/libuninum.html" +SRC_URI="https://billposer.org/Software/Downloads/${P}.tar.bz2" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2.1" +SLOT="0" + +src_configure() { + local myeconfargs=( + --disable-static + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + find "${D}" -name '*.la' -delete || die +} -- cgit v1.2.3