# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-tex/dk-bib/dk-bib-20060521.ebuild,v 1.1 2006/05/28 12:21:50 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 }