blob: f9ac6c808473f60b606ca52a54ccf6dd3aec4c74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
}
|