mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
verysync: cleanup makefile
This commit is contained in:
parent
de1de1b55e
commit
a5d2dcab5a
@ -46,15 +46,15 @@ PKG_HASH:=skip
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/$(PKG_NAME)
|
define Package/verysync
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=A efficient data transmission tool
|
TITLE:=A efficient data transmission tool
|
||||||
DEPENDS:=
|
DEPENDS:=
|
||||||
URL:=http://www.verysync.com
|
URL:=http://www.verysync.com
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/description
|
define Package/verysync/description
|
||||||
Verysync is a efficient data transmission tool.
|
Verysync is a efficient data transmission tool.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -68,9 +68,9 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/install
|
define Package/verysync/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME)-linux-$(PKG_ARCH_VERYSYNC)-$(PKG_VERSION)/verysync $(1)/usr/bin/verysync
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME)-linux-$(PKG_ARCH_VERYSYNC)-$(PKG_VERSION)/verysync $(1)/usr/bin/verysync
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
$(eval $(call BuildPackage,verysync))
|
||||||
|
Loading…
Reference in New Issue
Block a user