Portage is a package management system used by Gentoo Linux
# ChangeLog for net-misc/asterisk-chan_bluetooth
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_bluetooth/ChangeLog,v 1.4 2007/02/09 04:41:46 flameeyes Exp $
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
27 Aug 2005;
asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild:
Added blocker for >=1.1.0 (does not work with 1.2.0 at the moment)
10 May 2005; David Holm
asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild:
Added to ~ppc.
*asterisk-chan_bluetooth-0.0.1_pre20050212 (15 Feb 2005)
15 Feb 2005; Stefan Knoblich
+files/chan_bluetooth-0.0.0-astcfg.diff,
+asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild:
Initial import.
AUX chan_bluetooth-0.0.0-astcfg.diff 1519 RMD160 1fbfb7f3d84edbf89f4f603ed558ea9305b858d7 SHA1 327a43e31ba16eba5e798a9a32d5cff30afa78dc SHA256 462bfe920a8681079df9f4f1b5cdcf16f62c13abc333695c6be0e93d19487014
DIST chan_bluetooth-0.0.1_pre20050212.tar.gz 21390 RMD160 bc791eae7412ab295bb89db4229bdac079c5132d SHA1 2ce7cab1c55f2a052da7d4378ce662a3f7927c7d SHA256 1484c95c833bcd51b183f028aae5d3bf213d89d4fb72b9419277fc35925aac68
EBUILD asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild 914 RMD160 81fc6a447d5e29d6199861824ded1862115e6ce7 SHA1 1d4a55c6a8d76b4ac2e6b4c9029574cd06c5c99c SHA256 c78c46da27c3d6ea33e6b34d6840b712049d226990171d5e6a1bf9ec7dcc9729
MISC ChangeLog 853 RMD160 a3a5736da982ebdd8768148dde5ec887afa21b32 SHA1 62687d8b4076da6171247533017488220f26871d SHA256 4fa1a44cc7475442ba7056b9ae70a04cf9f0d4dff5a2936800df3e0e4bae7dd1
MISC metadata.xml 217 RMD160 275af641d8134ee438c8e2c9f89eb3b0a286a386 SHA1 7b349815d56d7d7e2d46968341228c5267c666eb SHA256 c3eb09d27b1a9cf05b690524903c7faf096829ef1d19c0264769c277ac28d0a1
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_bluetooth/asterisk-chan_bluetooth-0.0.1_pre20050212.ebuild,v 1.3 2005/08/27 20:25:17 stkn Exp $
inherit eutils
MY_PN="chan_bluetooth"
DESCRIPTION="Asterisk channel plugin for bluetooth HandsFree Profile"
HOMEPAGE="http://www.crazygreek.co.uk/content/chan_bluetooth"
SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
DEPEND=">=net-wireless/bluez-libs-2.10
>=net-misc/asterisk-1.0.5-r1
!>=net-misc/asterisk-1.1.0"
S=${WORKDIR}/${MY_PN}
src_unpack() {
unpack ${A}
cd ${S}
# apply asterisk-config patch
epatch ${FILESDIR}/${MY_PN}-0.0.0-astcfg.diff
}
src_compile() {
emake -j1 || die "emake failed"
}
src_install() {
make DESTDIR=${D} install || die
dodoc README TODO ChangeLog
}