From e3872864be25f7421015bef2732fa57c0c9fb726 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Aug 2018 08:53:53 +0100 Subject: gentoo resync : 04.08.2018 --- dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild (limited to 'dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild') diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild new file mode 100644 index 000000000000..f4d6bb2c005f --- /dev/null +++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Make fuzzy comparisons of strings and byte arrays" +HOMEPAGE="http://fstrcmp.sourceforge.net/" + +LICENSE="GPL-3+" +IUSE="doc test" +SLOT="0" + +SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/fstrcmp-0.7.D001" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + doc? ( app-text/ghostscript-gpl ) +" + +src_prepare() { + default + eautoreconf +} + +src_compile() { + emake all-bin + use doc && emake all-doc +} + +src_install() { + emake DESTDIR="${D}" install-bin install-include install-libdir install-man + use doc && emake DESTDIR="${D}" install-doc + einstalldocs +} -- cgit v1.2.3