Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218749
Collapse All | Expand All

(-)/usr/portage/local/layman/voip/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.1_rc34.ebuild (+10 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild,v 1.1 2006/04/08 17:34:00 genstef Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-chan_misdn/asterisk-chan_misdn-0.3.0.ebuild,v 1.1 2006/04/08 17:34:00 genstef Exp $
4
4
5
inherit flag-o-matic
6
5
MY_PN=${PN/asterisk-}
7
MY_PN=${PN/asterisk-}
6
DESCRIPTION="Asterisk channel plugin for mISDN"
8
DESCRIPTION="Asterisk channel plugin for mISDN"
7
HOMEPAGE="http://www.beronet.com/"
9
HOMEPAGE="http://www.beronet.com/"
Lines 17-22 Link Here
17
19
18
S=${WORKDIR}/${MY_PN}
20
S=${WORKDIR}/${MY_PN}
19
21
22
src_unpack() {
23
	unpack "${A}"
24
	cd "${S}"
25
	sed -i -e "s:^CFLAGS\t\t= -pipe -c -Wall -ggdb:CFLAGS\t\t= -pipe -c -Wall -ggdb -fPIC :" \
26
		misdn/Makefile
27
	append-flags -fPIC
28
}
29
20
src_install() {
30
src_install() {
21
	exeinto /usr/lib/asterisk/modules
31
	exeinto /usr/lib/asterisk/modules
22
	doexe chan_misdn.so
32
	doexe chan_misdn.so

Return to bug 218749