summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk_1.0.9.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-08-14 20:02:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-14 20:02:52 +0000
commit726c2bf207d0b7894109efe82842cc52b8243904 (patch)
tree60d6cec4cb40433cdefc0d38a8ddb1be2439faed /packages/asterisk/asterisk_1.0.9.bb
parente977ce6a276892932a2b3961289d51013d404f38 (diff)
Add asterisk 1.0.9, delete 1.0.9
Diffstat (limited to 'packages/asterisk/asterisk_1.0.9.bb')
-rw-r--r--packages/asterisk/asterisk_1.0.9.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk_1.0.9.bb b/packages/asterisk/asterisk_1.0.9.bb
new file mode 100644
index 0000000000..ccb6fe518f
--- /dev/null
+++ b/packages/asterisk/asterisk_1.0.9.bb
@@ -0,0 +1,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
+}