nmzmail-1.1.ebuild 539 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=2
  4. DESCRIPTION="Fast mail searching for mutt using namazu"
  5. HOMEPAGE="http://www.ecademix.com/JohannesHofmann/nmzmail.html"
  6. SRC_URI="http://www.ecademix.com/JohannesHofmann/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="amd64 ~ppc x86"
  10. IUSE=""
  11. DEPEND="sys-libs/readline"
  12. RDEPEND="${DEPEND}
  13. >=app-text/namazu-2"
  14. src_install() {
  15. emake DESTDIR="${D}" install || die "Install failed"
  16. dodoc README AUTHORS ChangeLog || die
  17. }