# Copyright 1999-2005 Gentoo Foundation # 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.5 2005/01/01 14:34:13 eradicator 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 }