From 4194b00738296bb5650cfdeab30c3e00622a751a Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Sun, 28 Dec 2014 17:03:36 +0100 Subject: [PATCH] baresip: update to version 0.4.12 Signed-off-by: Jiri Slachta --- net/baresip/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/net/baresip/Makefile b/net/baresip/Makefile index 87bf236..9eb8721 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=baresip -PKG_VERSION:=0.4.11 -PKG_RELEASE:=3 +PKG_VERSION:=0.4.12 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub/ -PKG_MD5SUM:=bf25d14749ca286716c9b23108472c8a +PKG_MD5SUM:=93c0ea33ec0e96b89b1c3e0f78b72c5b PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=docs/COPYING @@ -105,13 +105,14 @@ define Package/baresip/install $(INSTALL_BIN) ./files/baresip.init $(1)/etc/init.d/baresip endef - -# +################## +# Baresip modules # 1. Name # 2. Title # 3. Files -# 4. Depends -# +# 4. Dependencies +################## + define BuildPlugin define Package/baresip-mod-$(1) @@ -132,7 +133,6 @@ define BuildPlugin $$(eval $$(call BuildPackage,baresip-mod-$(1))) endef - $(eval $(call BuildPackage,baresip)) $(eval $(call BuildPlugin,alsa,ALSA audio driver,alsa,+PACKAGE_baresip-mod-alsa:alsa-lib)) -- 2.30.2