summaryrefslogtreecommitdiff
blob: aa434e915afae0cd31caedef7b4d04c7a7fa608a (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright 1999-2005 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Taxbird provides a GUI to submit tax forms to the german digital tax project ELSTER."
HOMEPAGE="http://www.taxbird.de/"

SRC_URI="http://www.taxbird.de/download/${PN}/${PV}/${P}.tar.gz"

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

DEPEND="app-office/libgeier
        dev-libs/openssl
        gnome-extra/libgtkhtml
        gnome-base/libgnomeui
        sys-devel/gettext
        dev-util/guile"

src_compile() {

	econf || die "Configure failed!"
	emake || die "Make failed!"

}
        

src_install() {

	dodoc README* 

	einstall || die "Installation failed!"

}