secubox-openwrt/luci-app-cdn-cache/Makefile
CyberMind-FR 160e612d11 fix: convert cdn-cache Makefile to standard LuCI.mk format
Simplified luci-app-cdn-cache Makefile to use standard LuCI.mk template
instead of custom Package definition. This allows the package to build
correctly with the local-build.sh script and SDK.

The luci.mk template automatically handles installation of files from
the root/ and htdocs/ directories, so custom install directives are
not needed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-26 07:16:51 +01:00

17 lines
433 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-cdn-cache
PKG_VERSION:=1.0.0
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=CyberMind <contact@cybermind.fr>
LUCI_TITLE:=CDN Cache - Content Delivery Optimization
LUCI_DESCRIPTION:=Dashboard for managing local CDN caching proxy on OpenWrt
LUCI_DEPENDS:=+luci-base +rpcd
LUCI_PKGARCH:=all
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature