mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
19 lines
431 B
Makefile
19 lines
431 B
Makefile
#
|
|
# Copyright (C) 2008-2019 Jerrykuku
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Spectra Theme
|
|
LUCI_DEPENDS:=+curl +php8 +php8-cgi +php8-fpm +php8-mod-curl +php8-mod-zip +php8-mod-mbstring +ffmpeg
|
|
PKG_VERSION:=27.574.74123~9e4b7f2
|
|
PKG_RELEASE:=4
|
|
|
|
LUCI_MINIFY_CSS:=0
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|