diction-1.13.ebuild 560 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit eutils
  5. DESCRIPTION="Diction and style checkers for english and german texts"
  6. HOMEPAGE="https://www.gnu.org/software/diction/diction.html"
  7. SRC_URI="http://www.moria.de/~michael/${PN}/${P}.tar.gz"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. KEYWORDS="amd64 hppa ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
  11. DEPEND="
  12. sys-devel/gettext
  13. virtual/libintl
  14. "
  15. src_prepare() {
  16. epatch "${FILESDIR}"/${P}-make.patch
  17. }
  18. DOCS=( NEWS README )