roacn-packages/luci-app-netspeedtest/Makefile

32 lines
610 B
Makefile
Raw Permalink Normal View History

2024-03-12 00:24:10 +08:00
2023-09-16 23:35:04 +08:00
# Copyright (C) 2020-2021 sirpdboy <herboy2008@gmail.com>
#
# This is free software, licensed under the GNU General Public License v3.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-netspeedtest
2024-03-23 09:17:08 +08:00
PKG_VERSION:=2.2.4
PKG_RELEASE:=20240319
2024-03-08 00:24:39 +08:00
2023-09-16 23:35:04 +08:00
LUCI_TITLE:=LuCI Support for netspeedtest
2024-03-12 00:24:10 +08:00
LUCI_DEPENDS:=+python3 +iperf3-ssl +homebox
2023-09-16 23:35:04 +08:00
LUCI_PKGARCH:=all
PKG_MAINTAINER:=<https://github.com/sirpdboy/netspeedtest>
2024-03-08 00:24:39 +08:00
define Package/$(PKG_NAME)/conffiles
/etc/config/netspeedtest
endef
define Package/$(PKG_NAME)/postinst
endef
2024-03-23 09:17:08 +08:00
2023-09-16 23:35:04 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature