diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2006-01-12 21:41:32 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2006-01-12 21:41:32 +0000 |
commit | b9792c47161205f31cdbe4c8724fd861baaec583 (patch) | |
tree | bc71983ef63d8509040ae1e0f830745563f26c52 /app-office/taxbird | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-b9792c47161205f31cdbe4c8724fd861baaec583.tar.gz gentoo-2-b9792c47161205f31cdbe4c8724fd861baaec583.tar.bz2 gentoo-2-b9792c47161205f31cdbe4c8724fd861baaec583.zip |
Added taxbird to portage.
(Portage version: 2.0.53)
Diffstat (limited to 'app-office/taxbird')
-rw-r--r-- | app-office/taxbird/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/taxbird/Manifest | 4 | ||||
-rw-r--r-- | app-office/taxbird/files/digest-taxbird-0.6 | 1 | ||||
-rw-r--r-- | app-office/taxbird/metadata.xml | 9 | ||||
-rw-r--r-- | app-office/taxbird/taxbird-0.6.ebuild | 38 |
5 files changed, 59 insertions, 0 deletions
diff --git a/app-office/taxbird/ChangeLog b/app-office/taxbird/ChangeLog new file mode 100644 index 000000000000..801f710001d2 --- /dev/null +++ b/app-office/taxbird/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for app-office/taxbird +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.1 2006/01/12 21:41:32 wrobel Exp $ + + 12 Jan 2006; <wrobel@gentoo.org> ChangeLog: + Added taxbird to portage. + diff --git a/app-office/taxbird/Manifest b/app-office/taxbird/Manifest new file mode 100644 index 000000000000..5e93751694ae --- /dev/null +++ b/app-office/taxbird/Manifest @@ -0,0 +1,4 @@ +MD5 20815531213d3c42439f4ab7803591cf ChangeLog 194 +MD5 ae65362d25c2379bef5063e00905e461 files/digest-taxbird-0.6 63 +MD5 20ca8cef75bee52dd57a2efd53154477 metadata.xml 251 +MD5 7c621ce61ea4d826bbdd83d0ea60c1c3 taxbird-0.6.ebuild 675 diff --git a/app-office/taxbird/files/digest-taxbird-0.6 b/app-office/taxbird/files/digest-taxbird-0.6 new file mode 100644 index 000000000000..4c5fd1a2d64c --- /dev/null +++ b/app-office/taxbird/files/digest-taxbird-0.6 @@ -0,0 +1 @@ +MD5 637df2e83060de07e12205a85c08596f taxbird-0.6.tar.gz 206044 diff --git a/app-office/taxbird/metadata.xml b/app-office/taxbird/metadata.xml new file mode 100644 index 000000000000..13e19a9f74d5 --- /dev/null +++ b/app-office/taxbird/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>wrobel@gentoo.org</email> + <name>Gunnar Wrobel</name> +</maintainer> +</pkgmetadata> diff --git a/app-office/taxbird/taxbird-0.6.ebuild b/app-office/taxbird/taxbird-0.6.ebuild new file mode 100644 index 000000000000..5c30c619ae57 --- /dev/null +++ b/app-office/taxbird/taxbird-0.6.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.6.ebuild,v 1.1 2006/01/12 21:41:32 wrobel Exp $ + +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=" +dev-libs/libgeier +dev-libs/openssl +=gnome-extra/libgtkhtml-2* +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!" + +} |