diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-02-01 10:33:39 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-02-01 10:33:39 +0000 |
commit | 71a356c08895b6012ae2fe23c2e92b47eb9d21e1 (patch) | |
tree | b6fb24cda3975b4915cce06336c6900749ab18b2 /packages/libexosip2/libexosip2_2.2.3.bb | |
parent | 9e4dd4c0a91eeda9617498b3820e9e59e3d482e2 (diff) |
libexosip2: add libexosip2, a high-level SIP library
Diffstat (limited to 'packages/libexosip2/libexosip2_2.2.3.bb')
-rw-r--r-- | packages/libexosip2/libexosip2_2.2.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/libexosip2/libexosip2_2.2.3.bb b/packages/libexosip2/libexosip2_2.2.3.bb new file mode 100644 index 0000000000..5251d0e2e2 --- /dev/null +++ b/packages/libexosip2/libexosip2_2.2.3.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "High level Session Initiation Protocol (SIP) library" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "libosip2" +SRCNAME = "libeXosip2" +LEAD_SONAME = "libeXosip2" + +PR = "r0" +SRC_URI = "http://download.savannah.nongnu.org/releases/exosip/${SRCNAME}-${PV}.tar.gz \ + file://simplify-flags.patch;patch=1" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit autotools pkgconfig +EXTRA_OECONF = "--disable-josua" + +do_stage() { + autotools_stage_all +} |