X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fautossh%2FMakefile;h=af20c76a04d78fcce5599bb4150b446f10303642;hb=163385032bb932d6786e48fa41670466db911e3e;hp=670c7ffe963d1a2307ba235138a3023452bd6be2;hpb=a7f962687005e09bf2ec54d3d43c04b1a0d6ca19;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/autossh/Makefile b/net/autossh/Makefile index 670c7ffe96..af20c76a04 100644 --- a/net/autossh/Makefile +++ b/net/autossh/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=autossh -PKG_VERSION:=1.3 +PKG_VERSION:=1.4a PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://www.harding.motd.ca/autossh/ -PKG_MD5SUM:=0e7ec62eeca5d1b197f3ef2d0f0d417f +PKG_MD5SUM:=a5497938986f0c179926f1ebba603767 PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -30,15 +30,15 @@ define Package/autossh endef define Build/Compile - $(call Build/Compile/Default, -f Makefile.linux \ + $(call Build/Compile/Default, -f Makefile \ CFLAGS="$(TARGET_CFLAGS) -Wall -D\"SSH_PATH=\\\"\$$$$(SSH)\\\"\" -D\"VER=\\\"\$$$$(VER)\\\"\"" \ all \ ) endef define Package/autossh/install - install -d -m0755 $(1)/usr/sbin - install -m0755 $(PKG_BUILD_DIR)/autossh $(1)/usr/sbin/ + $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/autossh $(1)/usr/sbin/ endef $(eval $(call BuildPackage,autossh))