summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2005-09-13 22:42:26 +0000
committerHanno Böck <hanno@gentoo.org>2005-09-13 22:42:26 +0000
commit1b5b5e8396f9084e2ad4d1ce9888cdc362aeeabc (patch)
treeed613fccd52eab1221143b498131f654009e9466 /app-misc/ktoblzcheck/ktoblzcheck-1.7.ebuild
parentscribus-1.2.3 bump (diff)
downloadgentoo-2-1b5b5e8396f9084e2ad4d1ce9888cdc362aeeabc.tar.gz
gentoo-2-1b5b5e8396f9084e2ad4d1ce9888cdc362aeeabc.tar.bz2
gentoo-2-1b5b5e8396f9084e2ad4d1ce9888cdc362aeeabc.zip
ktoblzcheck version bump
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-misc/ktoblzcheck/ktoblzcheck-1.7.ebuild')
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-1.7.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.7.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.7.ebuild
new file mode 100644
index 000000000000..06d74ebb2293
--- /dev/null
+++ b/app-misc/ktoblzcheck/ktoblzcheck-1.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.7.ebuild,v 1.1 2005/09/13 22:42:26 hanno Exp $
+
+DESCRIPTION="Library to check account numbers and bank codes of German banks"
+HOMEPAGE="http://ktoblzcheck.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ktoblzcheck/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="virtual/libc"
+DEPEND="${RDEPEND}
+ sys-apps/gawk
+ sys-apps/grep
+ sys-devel/libtool
+ sys-devel/gcc"
+
+src_install() {
+ einstall BANKDATA_PATH="${D}/usr/share/ktoblzcheck" || die
+}