blob: 1e5db81ad91d570e203bc8a7f0d34e953c6107e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit latex-package
MY_PV="310"
DESCRIPTION="LaTeX module to create invoices"
HOMEPAGE="http://www.forwiss.uni-passau.de/~berberic/TeX/Rechnung/index.html"
SRC_URI="http://www.forwiss.uni-passau.de/~berberic/TeX/Rechnung/${PN}${MY_PV}.tar.gz"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}"/${PN}${MY_PV}
|