summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2009-09-20 21:32:38 +0000
committerMounir Lamouri <volkmar@gentoo.org>2009-09-20 21:32:38 +0000
commitbdaaf335c25cb81d451362319564efa8c4494c6e (patch)
tree26b057bba80595f838ced1adcb673e37f0a5ee86 /net-misc/asterisk-chan_unicall/asterisk-chan_unicall-0.0.3_pre5.ebuild
parentnet-misc/dahdi-tools-2.2.0 restore linux-headers dep, else the build fails on... (diff)
downloadvoip-bdaaf335c25cb81d451362319564efa8c4494c6e.tar.gz
voip-bdaaf335c25cb81d451362319564efa8c4494c6e.tar.bz2
voip-bdaaf335c25cb81d451362319564efa8c4494c6e.zip
net-misc/asterisk-chan_unicall: removing from voip overlay because of last rite in official tree
svn path=/trunk/; revision=879
Diffstat (limited to 'net-misc/asterisk-chan_unicall/asterisk-chan_unicall-0.0.3_pre5.ebuild')
-rw-r--r--net-misc/asterisk-chan_unicall/asterisk-chan_unicall-0.0.3_pre5.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/net-misc/asterisk-chan_unicall/asterisk-chan_unicall-0.0.3_pre5.ebuild b/net-misc/asterisk-chan_unicall/asterisk-chan_unicall-0.0.3_pre5.ebuild
deleted file mode 100644
index fb9bb7f..0000000
--- a/net-misc/asterisk-chan_unicall/asterisk-chan_unicall-0.0.3_pre5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-MY_P="unicall-${PV/_}"
-
-DESCRIPTION="Asterisk channel plugin"
-HOMEPAGE="http://www.soft-switch.org/"
-SRC_URI="http://www.netdomination.org/pub/asterisk/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-RDEPEND="
- net-misc/asterisk
- net-misc/zaptel
- media-libs/spandsp
- media-libs/tiff
- media-libs/libsupertone
- net-libs/libunicall
- dev-libs/libxml2
- net-libs/libmfcr2"
-
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/unicall-${PV}-gentoo.diff
-}
-
-src_compile() {
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- # fix permissions
- if [[ -n "$(egetent group asterisk)" ]]; then
- chown -R root:asterisk ${D}etc/asterisk
- chmod -R u=rwX,g=rX,o= ${D}etc/asterisk
- fi
-}