commit:     72f5117ddd60938a68ca560784f56be683acbcc6
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 20:11:27 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 20:12:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f5117d

dev-libs/libfstrcmp: eautoreconf and add DOC use flag

Closes: https://bugs.gentoo.org/662128
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild 
b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
index c156bb325b5..f4d6bb2c005 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild
@@ -3,13 +3,35 @@
 
 EAPI=7
 
+inherit autotools
+
 DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
 HOMEPAGE="http://fstrcmp.sourceforge.net/";
 
 LICENSE="GPL-3+"
-IUSE="test"
+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
+}

Reply via email to