You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
711 B

# Copyright 1999-2010 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.3 2010/05/24 08:43:59 pva 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
}