summaryrefslogtreecommitdiff
blob: 6b574c392a83feeb5b7d1e4f7d4f771dd24b1fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/manpages-cs/manpages-cs-0.16.ebuild,v 1.2 2004/06/14 07:27:13 kloeri Exp $

DESCRIPTION="A somewhat comprehensive collection of Linux czech man page translations"
SRC_URI="http://homel.vsb.cz/~pop036/files/${P}.tbz2"
#SRC_URI="ftp://ftp.pslib.cz/pub/users/Milan.Kerslager/man-pages-cs/${P}.tar.gz"
# HOMEPAGE is missing

SLOT="0"
LICENSE="freedist"
KEYWORDS="~x86 ~ppc ~alpha"
IUSE=""

RDEPEND="sys-apps/man"

src_install() {
	make MANDIR=${D}usr/share/man/cs install || die
	dodoc man-pages-cs* INSTALL README README.Czech
}