aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asterisk/asterisk_1.0.9.bb
blob: ccb6fe518fc59f1cc20cf33c4ca8f28f5da2365c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION="The Astersisk open source software PBX"
HOMEPAGE="www.asterisk.org"
LICENSE="GPL"
SRC_URI="http://www.asterisk.org/html/downloads/asterisk-${PV}.tar.gz \
	 file://gsm.patch;patch=1 \
         file://makefile.patch;patch=1"

DEPENDS="ncurses zlib openssl"

# Doh - they use 'L'inux intead of linux
# FIXME:  Do the sed here

export OSARCH="Linux"
export PROC="${TARGET_ARCH}"

# We will probably have to edit the CFLAG in teh Makefile

do_compile() {
        oe_runmake
}

do_install() {
        oe_runmake DESTDIR=${D} install
}