# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_capi-cm/asterisk-chan_capi-cm-0.5.4.ebuild,v 1.5 2006/05/06 15:11:36 stkn Exp $ IUSE="" inherit eutils MY_P="chan_capi-cm-${PV}" DESCRIPTION="Alternative CAPI2.0 channel module for Asterisk" HOMEPAGE="http://sourceforge.net/projects/chan-capi" SRC_URI="mirror://sourceforge/chan-capi/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc x86" DEPEND="!net-misc/asterisk-chan_capi >=net-misc/asterisk-1.0.5-r2 !>=net-misc/asterisk-1.2.0 net-dialup/capi4k-utils" S=${WORKDIR}/chan_capi-${PV} src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/chan_capi-0.3.5-gentoo.diff if has_version " chan_capi.so" einfo "" einfo "and in the [global] section:" einfo "chan_capi.so=yes" einfo "" einfo "(see /usr/share/doc/${PF} for more information)" }