summaryrefslogtreecommitdiff
blob: c4d0f45f02c482f8b98a94e032cc2817199c4a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-ru/man-pages-ru-0.98.ebuild,v 1.2 2006/06/21 17:26:17 vapier Exp $

DESCRIPTION="A collection of Russian translations of Linux manual pages"
HOMEPAGE="http://www.linuxshare.ru/projects/trans/mans.html"
SRC_URI="http://www.linuxshare.ru/projects/trans/manpages-ru-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""

DEPEND=""
RDEPEND="virtual/man"

S=${WORKDIR}/manpages-ru-${PV}

src_install() {
	insinto /usr/share/man/ru
	doins -r man* || die "doins"
	dodoc CREDITS FAQ NEWS
}