sipsak: fix package site URL
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
287dda8a61
commit
afa91e78d0
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sipsak
|
PKG_NAME:=sipsak
|
||||||
PKG_VERSION:=0.9.6-1
|
PKG_VERSION:=0.9.6-1
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/sipsak.berlios
|
PKG_SOURCE_URL:=@SF/sipsak.berlios
|
||||||
|
@ -26,7 +26,7 @@ define Package/sipsak
|
||||||
SUBMENU:=Telephony
|
SUBMENU:=Telephony
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl
|
||||||
TITLE:=SIP (Session Initiation Protocol) stress and diagnostics utility
|
TITLE:=SIP (Session Initiation Protocol) stress and diagnostics utility
|
||||||
URL:=http://www.sipsak.org/
|
URL:=http://sourceforge.net/projects/sipsak.berlios/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
|
Loading…
Reference in a new issue