# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/manpages-uk/manpages-uk-20051117.utf-8.ebuild,v 1.15 2005/11/17 14:35:45 hse Exp $

inherit eutils

DESCRIPTION="A collection of Ukranian translations of Linux manual pages."
HOMEPAGE="http://docs.linux.org.ua/dlou/index.php/Man"
SRC_URI="http://docs.linux.org.ua/man/manpages-uk-utf8-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~x86"

DEPEND="app-arch/bzip2"
RDEPEND="sys-apps/man"

src_unpack() {
    unpack ${A}
}

src_compile() {
    make || die
}

src_install() {
    make INSTALLPATH=${D}/usr/share/man LANG_SUBDIR=uk install || die
    prepallman
}