# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="This is a 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" # please test if it works on all Plattforms. x86 is tested (Christian) KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" IUSE="" DEPEND="" src_compile() { econf || die emake || die } src_install() { einstall || die }