]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/asterisk/asterisk_1.0.9.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / asterisk / asterisk_1.0.9.bb
1 DESCRIPTION="The Astersisk open source software PBX"
2 HOMEPAGE="www.asterisk.org"
3 LICENSE="GPL"
4 SRC_URI="http://www.asterisk.org/html/downloads/asterisk-${PV}.tar.gz \
5          file://gsm.patch;patch=1 \
6          file://makefile.patch;patch=1"
7
8 DEPENDS="ncurses zlib openssl"
9
10 # Doh - they use 'L'inux intead of linux
11 # FIXME:  Do the sed here
12
13 export OSARCH="Linux"
14 export PROC="${TARGET_ARCH}"
15
16 # We will probably have to edit the CFLAG in teh Makefile
17
18 do_compile() {
19         oe_runmake
20 }
21
22 do_install() {
23         oe_runmake DESTDIR=${D} install
24 }