verysync: cleanup makefile

This commit is contained in:
Beginner 2022-02-13 15:47:46 +08:00 committed by GitHub
parent de1de1b55e
commit a5d2dcab5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ PKG_HASH:=skip
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
define Package/verysync
SECTION:=net
CATEGORY:=Network
TITLE:=A efficient data transmission tool
@ -54,7 +54,7 @@ define Package/$(PKG_NAME)
URL:=http://www.verysync.com
endef
define Package/$(PKG_NAME)/description
define Package/verysync/description
Verysync is a efficient data transmission tool.
endef
@ -68,9 +68,9 @@ endef
define Build/Compile
endef
define Package/$(PKG_NAME)/install
define Package/verysync/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME)-linux-$(PKG_ARCH_VERYSYNC)-$(PKG_VERSION)/verysync $(1)/usr/bin/verysync
endef
$(eval $(call BuildPackage,$(PKG_NAME)))
$(eval $(call BuildPackage,verysync))