From: <abe...@us...> - 2015-03-09 23:29:49
|
Revision: 7005 http://sourceforge.net/p/astlinux/code/7005 Author: abelbeck Date: 2015-03-09 23:29:41 +0000 (Mon, 09 Mar 2015) Log Message: ----------- rtpproxy, version bump to 2.0.0, only used with kamailio Modified Paths: -------------- branches/1.0/package/rtpproxy/rtpproxy.mk Modified: branches/1.0/package/rtpproxy/rtpproxy.mk =================================================================== --- branches/1.0/package/rtpproxy/rtpproxy.mk 2015-03-09 15:12:04 UTC (rev 7004) +++ branches/1.0/package/rtpproxy/rtpproxy.mk 2015-03-09 23:29:41 UTC (rev 7005) @@ -4,9 +4,16 @@ # ############################################################# -RTPPROXY_VERSION = 2013-07-02 +RTPPROXY_VERSION = 2.0.0 RTPPROXY_SITE = http://files.astlinux.org -#RTPPROXY_SITE = https://github.com/miconda/rtpproxy +#RTPPROXY_SITE = https://github.com/sippy/rtpproxy RTPPROXY_SOURCE = rtpproxy-$(RTPPROXY_VERSION).tar.gz +RTPPROXY_AUTORECONF = YES + +define RTPPROXY_TARGET_CLEANUP + rm -f $(TARGET_DIR)/usr/bin/rtpproxy_debug +endef +RTPPROXY_POST_INSTALL_TARGET_HOOKS += RTPPROXY_TARGET_CLEANUP + $(eval $(call AUTOTARGETS,package,rtpproxy)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |