diff options
author | Hanno Böck <hanno@gentoo.org> | 2006-09-08 16:30:13 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2006-09-08 16:30:13 +0000 |
commit | f113b9f082dfc88b99aad906f1ae7119a37250b5 (patch) | |
tree | 395a429e6bdb293654bce08c9f659f52d7ccbea7 /app-misc/ktoblzcheck/ktoblzcheck-1.11.ebuild | |
parent | Remove old versions and orphan files, and give back maintenance to KDE herd. (diff) | |
download | gentoo-2-f113b9f082dfc88b99aad906f1ae7119a37250b5.tar.gz gentoo-2-f113b9f082dfc88b99aad906f1ae7119a37250b5.tar.bz2 gentoo-2-f113b9f082dfc88b99aad906f1ae7119a37250b5.zip |
ktoblzcheck version bump
(Portage version: 2.1.1_rc1-r7)
Diffstat (limited to 'app-misc/ktoblzcheck/ktoblzcheck-1.11.ebuild')
-rw-r--r-- | app-misc/ktoblzcheck/ktoblzcheck-1.11.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.11.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.11.ebuild new file mode 100644 index 000000000000..95b98576c487 --- /dev/null +++ b/app-misc/ktoblzcheck/ktoblzcheck-1.11.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-1.11.ebuild,v 1.1 2006/09/08 16:30:13 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="" + +DEPEND="sys-apps/gawk + sys-apps/grep + sys-devel/libtool" + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall BANKDATA_PATH="${D}/usr/share/ktoblzcheck" || die +} |