man-pages-fr-3.40.1.ebuild 625 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="A somewhat comprehensive collection of french Linux man pages"
  5. HOMEPAGE="http://traduc.org/perkamon"
  6. SRC_URI="http://alioth.debian.org/frs/download.php/3722/${P}.tar.bz2"
  7. LICENSE="man-pages GPL-1+ GPL-2+ GPL-2 BSD BSD-2 MIT rc LDP-1 public-domain"
  8. SLOT="0"
  9. KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
  10. IUSE=""
  11. RDEPEND="virtual/man"
  12. DEPEND=""
  13. S="${WORKDIR}/fr"
  14. src_install() {
  15. dodoc README.fr
  16. doman -i18n=fr man*/*
  17. }