t-prot-3.4.ebuild 614 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="TOFU protection - display filter for RFC822 messages"
  5. HOMEPAGE="http://www.escape.de/~tolot/mutt/"
  6. SRC_URI="http://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz"
  7. LICENSE="BSD-4"
  8. SLOT="0"
  9. KEYWORDS="amd64 ~ppc x86"
  10. RDEPEND="dev-lang/perl
  11. dev-perl/Locale-gettext
  12. virtual/perl-Getopt-Long"
  13. src_install() {
  14. dobin t-prot
  15. doman t-prot.1
  16. dodoc ChangeLog README TODO
  17. docinto contrib
  18. dodoc contrib/{README.examples,{muttrc,mailcap,nailrc}.t-prot*,t-prot.sl*,filter_innd.pl}
  19. }