summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/libgeier/libgeier-0.3.ebuild')
-rw-r--r--app-office/libgeier/libgeier-0.3.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-office/libgeier/libgeier-0.3.ebuild b/app-office/libgeier/libgeier-0.3.ebuild
deleted file mode 100644
index 4845b50..0000000
--- a/app-office/libgeier/libgeier-0.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="Libgeier provides a library to access 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/openssl
- dev-libs/libxml2
- dev-libs/libxslt
- sys-libs/zlib"
-
-
-src_compile() {
-
- econf || die "Configure failed!"
- emake || die "Make failed!"
-
-}
-
-
-src_install() {
-
- dodoc README
-
- einstall || die "Installation failed!"
-
-}
-