diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-04-11 08:35:01 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-04-11 08:35:01 +0000 |
commit | 3a6d2fcfd89921c82f93c665004e9ef18906f61a (patch) | |
tree | d0c2d36bb035939b3b7208522f7902c23dd71243 /openwrt/package/vncrepeater/Makefile | |
parent | ec6c71cc3007d6c54bc52c9d265bb8fc6938b7fa (diff) | |
download | mtk-20170518-3a6d2fcfd89921c82f93c665004e9ef18906f61a.zip mtk-20170518-3a6d2fcfd89921c82f93c665004e9ef18906f61a.tar.gz mtk-20170518-3a6d2fcfd89921c82f93c665004e9ef18906f61a.tar.bz2 |
Update to version 0.12, add a default configuration file, thanks to eatnumber1 !
SVN-Revision: 3612
Diffstat (limited to 'openwrt/package/vncrepeater/Makefile')
-rw-r--r-- | openwrt/package/vncrepeater/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/openwrt/package/vncrepeater/Makefile b/openwrt/package/vncrepeater/Makefile index 52b2420..c41c4a2 100644 --- a/openwrt/package/vncrepeater/Makefile +++ b/openwrt/package/vncrepeater/Makefile @@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vncrepeater -PKG_VERSION:=0.007 +PKG_VERSION:=0.12 PKG_RELEASE:=1 -PKG_MD5SUM:=7e13b0b784d683473d418f7295aff500 +PKG_MD5SUM:=bf89c31d7cb51a267a8d5ac388e0508d -PKG_SOURCE_URL:=http://downloads.openwrt.org +PKG_SOURCE_URL:=http://www.rit.edu/~reh5586/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat @@ -32,8 +32,9 @@ $(PKG_BUILD_DIR)/.built: touch $@ $(IPKG_VNCREPEATER): - install -d -m0755 $(IDIR_VNCREPEATER)/usr/sbin + install -d -m0755 $(IDIR_VNCREPEATER)/usr/sbin $(IDIR_VNCREPEATER)/etc $(CP) $(PKG_BUILD_DIR)/repeater $(IDIR_VNCREPEATER)/usr/sbin/$(PKG_NAME) + $(CP) $(PKG_BUILD_DIR)/u$(PKG_NAME).ini $(IDIR_VNCREPEATER)/etc/ $(RSTRIP) $(IDIR_VNCREPEATER) $(IPKG_BUILD) $(IDIR_VNCREPEATER) $(PACKAGE_DIR) |