X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d57227355696f3e7406b6b99d3892dd64a51351a..e7b618a084f22897d0f0dd78050b3a7ecf330176:/openwrt/package/sipsak/Makefile?ds=sidebyside diff --git a/openwrt/package/sipsak/Makefile b/openwrt/package/sipsak/Makefile index 6f849b7ad..ae9b1b0aa 100644 --- a/openwrt/package/sipsak/Makefile +++ b/openwrt/package/sipsak/Makefile @@ -3,11 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sipsak -PKG_VERSION:=0.9.2 +PKG_VERSION:=0.9.6 PKG_RELEASE:=1 -PKG_MD5SUM:=1e94400fdf851054dd226831f14a5e4d +PKG_MD5SUM:=c4eb8e282902e75f4f040f09ea9d99d5 -PKG_SOURCE_URL:=http://download.berlios.de/sipsak/ +PKG_SOURCE_URL:=http://download.berlios.de/sipsak/ \ + http://ftp.iptel.org/pub/sipsak/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat @@ -61,6 +62,6 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_SIPSAK): install -d -m0755 $(IDIR_SIPSAK)/usr/bin - cp -fpR $(PKG_INSTALL_DIR)/usr/bin/sipsak $(IDIR_SIPSAK)/usr/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/sipsak $(IDIR_SIPSAK)/usr/bin/ $(RSTRIP) $(IDIR_SIPSAK) $(IPKG_BUILD) $(IDIR_SIPSAK) $(PACKAGE_DIR)