# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="a C++ class framework for scripting" HOMEPAGE="http://www.gnu.org/software/bayonne/bayonne.html" SRC_URI="mirror://sourceforge/gnutelephony/${PF}.tar.gz" LICENSE="GPL2" SLOT="0" KEYWORDS="~x86" DEPEND=">=dev-cpp/commoncpp2-1.3.5" src_install () { make DESTDIR=${D} install dodoc README NEWS AUTHORS TODO ChangeLog }