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,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))