mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
update 2024-12-21 12:23:43
This commit is contained in:
parent
1d93d992c6
commit
a3b6b71fd2
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_VERSION:=0.3.8-20240822-1
|
PKG_VERSION:=0.8.5-20241221-1
|
||||||
PKG_RELEASE:=
|
PKG_RELEASE:=
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI support for webvirtcloud
|
LUCI_TITLE:=LuCI support for webvirtcloud
|
||||||
@ -13,6 +13,12 @@ define Package/luci-app-webvirtcloud/conffiles
|
|||||||
/etc/config/webvirtcloud
|
/etc/config/webvirtcloud
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/luci-app-webvirtcloud/prerm
|
||||||
|
#!/bin/sh
|
||||||
|
/usr/libexec/istorec/webvirtcloud.sh stop
|
||||||
|
exit 0
|
||||||
|
endef
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
# call BuildPackage - OpenWrt buildroot signature
|
# call BuildPackage - OpenWrt buildroot signature
|
||||||
|
@ -26,6 +26,7 @@ o = s:option(Value, "image_name", translate("Image").."<b>*</b>")
|
|||||||
o.rmempty = false
|
o.rmempty = false
|
||||||
o.datatype = "string"
|
o.datatype = "string"
|
||||||
o:value("linkease/webvirtcloud:latest", "linkease/webvirtcloud:latest")
|
o:value("linkease/webvirtcloud:latest", "linkease/webvirtcloud:latest")
|
||||||
|
o:value("linkease/webvirtcloud:0.8.5", "linkease/webvirtcloud:0.8.5")
|
||||||
o:value("linkease/webvirtcloud:0.3.6", "linkease/webvirtcloud:0.3.6")
|
o:value("linkease/webvirtcloud:0.3.6", "linkease/webvirtcloud:0.3.6")
|
||||||
o.default = "linkease/webvirtcloud:latest"
|
o.default = "linkease/webvirtcloud:latest"
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ do_install() {
|
|||||||
echo "$cmd"
|
echo "$cmd"
|
||||||
eval "$cmd"
|
eval "$cmd"
|
||||||
|
|
||||||
sleep 5
|
sleep 8
|
||||||
echo "Running status:"
|
echo "Running status:"
|
||||||
/usr/sbin/vmeasedaemon runningStatus --pretty
|
/usr/sbin/vmeasedaemon runningStatus --pretty
|
||||||
}
|
}
|
||||||
|
@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_ARCH_VMEASE:=$(ARCH)
|
PKG_ARCH_VMEASE:=$(ARCH)
|
||||||
|
|
||||||
PKG_NAME:=vmease
|
PKG_NAME:=vmease
|
||||||
PKG_VERSION:=0.5.1
|
PKG_VERSION:=0.8.5
|
||||||
PKG_RELEASE:=$(PKG_ARCH_VMEASE)-2
|
PKG_RELEASE:=$(PKG_ARCH_VMEASE)-1
|
||||||
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://fw0.koolcenter.com/binary/vmease/
|
PKG_SOURCE_URL:=http://fw0.koolcenter.com/binary/vmease/
|
||||||
PKG_HASH:=2ca2b8b276702a239f7f937363fcec925e93f687831e0494d231e642a0cd1d4b
|
PKG_HASH:=69a002b955850cd5f3b7c836fa3a706a89c149113271fd52dd9427453014c312
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user