# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/dk-bib/dk-bib-20051002.ebuild,v 1.2 2005/11/17 12:02:36 brix Exp $

inherit latex-package

S=${WORKDIR}/${PN}

DESCRIPTION="Danish translation of the standard BibTeX style files"
HOMEPAGE="http://www.tug.org/tex-archive/biblio/bibtex/contrib/dk-bib/"
SRC_URI="mirror://gentoo/${P}.tgz"

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

IUSE=""
RDEPEND="dev-tex/xkeyval"

src_install() {
	cd ${S}
	latex-package_src_install

	dodoc README
}