Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214696 | Differences between
and this patch

Collapse All | Expand All

(-)asterisk-app_notify-1.0_rc2.ebuild.orig (-5 / +6 lines)
Lines 8-14 Link Here
8
8
9
DESCRIPTION="Asterisk application plugin to notify users"
9
DESCRIPTION="Asterisk application plugin to notify users"
10
HOMEPAGE="http://www.mezzo.net/asterisk/"
10
HOMEPAGE="http://www.mezzo.net/asterisk/"
11
SRC_URI="http://www.mezzo.net/asterisk/${MY_PN}-${PV/_/}.tgz"
11
SRC_URI="http://www.mezzo.net/asterisk/${MY_PN}-${PV}.tgz"
12
12
13
IUSE=""
13
IUSE=""
14
14
Lines 16-31 Link Here
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~x86"
17
KEYWORDS="~x86"
18
18
19
DEPEND=">=net-misc/asterisk-1.0.7-r1"
19
DEPEND=">=net-misc/asterisk-1.0.7-r1
20
	<net-misc/asterisk-1.4"
20
21
21
S="${WORKDIR}/${MY_PN}-${PV/_/}"
22
S="${WORKDIR}/${MY_PN}-${PV}"
22
23
23
src_unpack() {
24
src_unpack() {
24
	unpack ${A}
25
	unpack ${A}
25
26
26
	cd ${S}
27
	cd ${S}
27
	# use asterisk-config...
28
	# use asterisk-config...
28
	epatch ${FILESDIR}/${MY_PN}-0.9-astcfg.diff
29
	epatch ${FILESDIR}/${MY_PN}-${PV}-astcfg.diff
29
}
30
}
30
31
31
src_compile() {
32
src_compile() {
Lines 35-39 Link Here
35
src_install() {
36
src_install() {
36
	make DESTDIR=${D} install || die
37
	make DESTDIR=${D} install || die
37
38
38
	dodoc README sampleClient.c
39
	dodoc README sampleClient.c sampleServer.c dialer_extensions.conf.sample
39
}
40
}

Return to bug 214696