Package-Manager: Portage-2.3.40, Repoman-2.3.9
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-inherit autotools elisp-common ltprune
+inherit autotools elisp-common
DESCRIPTION="Namazu is a full-text search engine"
HOMEPAGE="http://www.namazu.org/"
}
src_install () {
- emake DESTDIR="${D}" install
+ default
+ find "${ED}" -name '*.la' -delete || die
if use emacs; then
elisp-install ${PN} lisp/*.el*
docinto lisp
dodoc lisp/ChangeLog*
fi
-
- prune_libtool_files
}
pkg_postinst() {
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-inherit autotools elisp-common ltprune
+inherit autotools elisp-common
MY_P="${P/_pre/pre}"
}
src_install () {
- emake DESTDIR="${D}" install
+ default
+ find "${ED}" -name '*.la' -delete || die
if use emacs; then
elisp-install ${PN} lisp/*.el*
docinto lisp
dodoc lisp/ChangeLog*
fi
-
- prune_libtool_files
}
pkg_postinst() {