2023-01-20 08:48:32 +08:00
|
|
|
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2024-01-13 23:34:39 +08:00
|
|
|
PKG_VERSION:=1.0.2-20240113
|
2023-01-20 08:48:32 +08:00
|
|
|
PKG_RELEASE:=
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for Emby
|
|
|
|
LUCI_PKGARCH:=all
|
2023-04-09 01:55:05 +08:00
|
|
|
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd
|
2023-01-20 08:48:32 +08:00
|
|
|
|
|
|
|
define Package/luci-app-emby/conffiles
|
|
|
|
/etc/config/emby
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|