X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8b0ffde940c9691b9a6e4ffcda44e7bc218c8d6f..596ed99c0735a0e91147c3193e88005e46a5bcec:/openwrt/package/sipsak/Makefile diff --git a/openwrt/package/sipsak/Makefile b/openwrt/package/sipsak/Makefile index 5adfc6af4..0f0ed1f1f 100644 --- a/openwrt/package/sipsak/Makefile +++ b/openwrt/package/sipsak/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sipsak -PKG_VERSION:=0.8.12 +PKG_VERSION:=0.9.1 PKG_RELEASE:=1 -PKG_MD5SUM:=9740451fd72b5c7e6d85aa516ba5c19c +PKG_MD5SUM:=8e407f149da894791f823e4561598f5a PKG_SOURCE_URL:=http://download.berlios.de/sipsak/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -48,15 +48,15 @@ $(PKG_BUILD_DIR)/.configured: --enable-shared \ --disable-static \ ); - touch $(PKG_BUILD_DIR)/.configured + touch $@ $(PKG_BUILD_DIR)/.built: - $(MAKE) -C $(PKG_BUILD_DIR) + rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ - install - touch $(PKG_BUILD_DIR)/.built + all install + touch $@ $(IPKG_SIPSAK): install -d -m0755 $(IDIR_SIPSAK)/usr/bin