diff --git a/app-dicts/libydpdict/libydpdict-1.0.4.ebuild b/app-dicts/libydpdict/libydpdict-1.0.4.ebuild index 76fd75b288822..aff0de2c35a69 100644 --- a/app-dicts/libydpdict/libydpdict-1.0.4.ebuild +++ b/app-dicts/libydpdict/libydpdict-1.0.4.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools DESCRIPTION="Library for handling the Collins Dictionary database" @@ -12,12 +13,18 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" +DOCS=( AUTHORS ) + src_prepare() { default eautoreconf } +src_configure() { + econf --disable-static +} + src_install() { default - dodoc AUTHORS + find "${ED}" -name '*.la' -delete || die }