From 20531b66ee39bcdaae1efe2830658ef38c3f32e2 Mon Sep 17 00:00:00 2001 From: Liangbin Lian <1129525450@qq.com> Date: Wed, 22 May 2024 11:26:02 +0800 Subject: [PATCH] tree-wide: normalize architectures (#381) --- README.md | 2 +- applications/app-meta-alist/Makefile | 2 +- applications/app-meta-aliyundrive-webdav/Makefile | 2 +- applications/app-meta-baidupcs-web/Makefile | 2 +- applications/app-meta-cpulimit/Makefile | 2 +- applications/app-meta-ddnsto/Makefile | 2 +- applications/app-meta-feishunet/Makefile | 2 +- applications/app-meta-gowebdav/Makefile | 2 +- applications/app-meta-homebox/Makefile | 2 +- applications/app-meta-istorex/Makefile | 2 +- applications/app-meta-linkease/Makefile | 2 +- applications/app-meta-lucky/Makefile | 2 +- applications/app-meta-mfun/Makefile | 2 +- applications/app-meta-modem/Makefile | 2 +- applications/app-meta-nginx/Makefile | 2 -- applications/app-meta-owxbyz/Makefile | 2 +- applications/app-meta-poweroff/Makefile | 2 +- applications/app-meta-qbittorrent/Makefile | 2 +- applications/app-meta-rebatedog/Makefile | 2 +- applications/app-meta-routerdog/Makefile | 2 +- applications/app-meta-sunpanel/Makefile | 2 +- applications/app-meta-uugamebooster/Makefile | 2 +- applications/app-meta-xunyou/Makefile | 2 +- 23 files changed, 22 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index ebf3fb9..542d296 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 2. `META_DESCRIPTION:=` 中文描述 3. `META_AUTHOR:=` 是作者名称,如果是非个人作者则填组织或者公司名称 4. `META_DEPENDS:=` 的第一个应该是能代表这个APP的主包,方便作为版本更新的依据,不要将其他插件可能依赖的包加到这里,以免卸载时将其他插件也卸载了,如果需要添加额外的包,参考下面的[#依赖额外的包](#依赖额外的包) -5. `META_ARCH:=` 用来填写支持的处理器架构,如果是架构无关的应用或者OpenWRT官方仓库支持的软件包则不需要这一行。如果有多个架构用空格隔开,例如`x86_64 aarch64_cortex-a53` +5. `META_ARCH:=` 用来填写支持的处理器架构,如果是架构无关的应用或者OpenWRT官方仓库支持的软件包则不需要这一行。如果有多个架构用空格隔开,例如`x86_64 aarch64`。目前可能的取值有`x86_64`,`x86`,`aarch64`,`arm` 6. `PKG_VERSION:=` 版本号,尽量跟主包保持一致 7. `PKG_RELEASE:=` 元数据修正版本,必须是数字,可以使用 `1`,`2`,`3` 或者日期如 `20240314`。在版本号 `PKG_VERSION` 未变更的情况下可以通过提升 `PKG_RELEASE` 来产生更新。 8. `META_WEBSITE:=` 官网链接(注意如果链接包含#,需要转义成\\#) diff --git a/applications/app-meta-alist/Makefile b/applications/app-meta-alist/Makefile index 76fa930..80e23cd 100644 --- a/applications/app-meta-alist/Makefile +++ b/applications/app-meta-alist/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+luci-i18n-alist-zh-cn +alist +luci-app-alist META_DESCRIPTION:=一个支持多存储的文件列表程序,提供 WEB 界面和 WebDAV 服务。(如果从 3.29.x 升级失败,那就先卸载再安装) META_DESCRIPTION.en:=A file list program that supports multiple storage. META_AUTHOR:=alist-org/sbwml -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=net tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/nas/alist META_WEBSITE:=https://github.com/alist-org/alist diff --git a/applications/app-meta-aliyundrive-webdav/Makefile b/applications/app-meta-aliyundrive-webdav/Makefile index f685325..30038cd 100644 --- a/applications/app-meta-aliyundrive-webdav/Makefile +++ b/applications/app-meta-aliyundrive-webdav/Makefile @@ -8,7 +8,7 @@ META_TITLE:=阿里云盘WebDAV META_DEPENDS:=+aliyundrive-webdav +luci-i18n-aliyundrive-webdav-zh-cn +luci-app-aliyundrive-webdav META_DESCRIPTION:=阿里云盘WebDAV服务,主要使用场景为配合支持WebDAV协议的客户端实现直接观看云盘视频内容,支持上传文件,但受限于WebDAV协议不支持文件秒传。 META_AUTHOR:=messense -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=net tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/aliyundrive-webdav META_WEBSITE:=https://github.com/messense/aliyundrive-webdav diff --git a/applications/app-meta-baidupcs-web/Makefile b/applications/app-meta-baidupcs-web/Makefile index 292da20..645b0a6 100644 --- a/applications/app-meta-baidupcs-web/Makefile +++ b/applications/app-meta-baidupcs-web/Makefile @@ -8,7 +8,7 @@ META_TITLE:=BaiduPCS-Web META_DEPENDS:=+baidupcs-web +luci-app-baidupcs-web META_DESCRIPTION:=基于BaiduPCS-Go, 可以让你高效的使用百度云。 META_AUTHOR:=Erope/KFERMercer -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=net tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/nas/baidupcs-web META_WEBSITE:=https://github.com/Erope/BaiduPCS-Go diff --git a/applications/app-meta-cpulimit/Makefile b/applications/app-meta-cpulimit/Makefile index f4307c3..d9d5dc5 100644 --- a/applications/app-meta-cpulimit/Makefile +++ b/applications/app-meta-cpulimit/Makefile @@ -8,7 +8,7 @@ META_TITLE:=CPU频率限制 META_DEPENDS:=+cpulimit-ng +luci-app-cpulimit +luci-i18n-cpulimit-zh-cn META_DESCRIPTION:=CPU频率限制是一款可以调整CPU占用率的插件 META_AUTHOR:=Angelo Marletta -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=system tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/system/cpulimit META_WEBSITE:=https://code.google.com/archive/p/cpulimit-ng diff --git a/applications/app-meta-ddnsto/Makefile b/applications/app-meta-ddnsto/Makefile index cff18aa..43d6bf2 100644 --- a/applications/app-meta-ddnsto/Makefile +++ b/applications/app-meta-ddnsto/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+ddnsto +luci-app-ddnsto +luci-i18n-ddnsto-zh-cn META_DESCRIPTION:=DDNS.TO内网穿透,可以外网远程你的路由器 META_DESCRIPTION.en:=DDNS.TO is a reverse proxy software that does not need to deploy a server. It is mainly used to manage intranet devices on the Internet through a browser. META_AUTHOR:=xiaobao -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=networking service META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/ddnsto META_WEBSITE:=https://www.ddnsto.com/ diff --git a/applications/app-meta-feishunet/Makefile b/applications/app-meta-feishunet/Makefile index 58c1f16..a9932d5 100644 --- a/applications/app-meta-feishunet/Makefile +++ b/applications/app-meta-feishunet/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+luci-app-feishuvpn +luci-i18n-feishuvpn-zh-cn +docker-deps META_DESCRIPTION:=用于nat打洞,可以直接建立两端无公网端点的直连隧道 META_DESCRIPTION.en:=Used for NAT drilling, it can directly establish a direct tunnel with no public network endpoints at both ends META_AUTHOR:=xingkongwangbin -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=networking service META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/feishuvpn META_WEBSITE:=https://www.feishunet.com/ diff --git a/applications/app-meta-gowebdav/Makefile b/applications/app-meta-gowebdav/Makefile index 99e6c19..5ad1b9f 100644 --- a/applications/app-meta-gowebdav/Makefile +++ b/applications/app-meta-gowebdav/Makefile @@ -8,7 +8,7 @@ META_TITLE:=Go-WebDAV META_DEPENDS:=+gowebdav +luci-i18n-gowebdav-zh-cn +luci-app-gowebdav META_DESCRIPTION:=OpenWrt-WebDAV服务端,可为OpenWrt开启WebDav服务。 META_AUTHOR:=CN_SZTL/1715173329 -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=net tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/nas/gowebdav META_WEBSITE:=https://github.com/1715173329/gowebdav diff --git a/applications/app-meta-homebox/Makefile b/applications/app-meta-homebox/Makefile index 379f080..072c9e6 100644 --- a/applications/app-meta-homebox/Makefile +++ b/applications/app-meta-homebox/Makefile @@ -8,7 +8,7 @@ META_TITLE:=Homebox内网测速 META_DEPENDS:=+homebox +luci-app-homebox +luci-i18n-homebox-zh-cn META_DESCRIPTION:=Homebox是一款局域网测速工具 META_AUTHOR:=Bradley Xu -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=net tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/homebox META_WEBSITE:=https://github.com/XGHeaven/homebox diff --git a/applications/app-meta-istorex/Makefile b/applications/app-meta-istorex/Makefile index 731a96e..28e6755 100644 --- a/applications/app-meta-istorex/Makefile +++ b/applications/app-meta-istorex/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+luci-app-istorex +luci-js-deps META_DESCRIPTION:=为iStoreOS适配的全新首页。 META_DESCRIPTION.en:=A new homepage for iStoreOS. META_AUTHOR:=Carseason -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=net system META_LUCI_ENTRY:=/cgi-bin/luci/admin/istorex META_WEBSITE:=https://github.com/linkease/nas-packages-luci diff --git a/applications/app-meta-linkease/Makefile b/applications/app-meta-linkease/Makefile index 6488531..56cf551 100644 --- a/applications/app-meta-linkease/Makefile +++ b/applications/app-meta-linkease/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+linkease +luci-app-linkease +luci-i18n-linkease-zh-cn META_DESCRIPTION:=易有云提供文件的外网访问,相册备份,文件同步,异地组网功能。 META_DESCRIPTION.en:=LinkEase is a private cloud storage with its own remote connection to access personal files anytime, anywhere META_AUTHOR:=xiaobao -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=nas service META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/linkease META_WEBSITE:=https://www.linkease.com/ diff --git a/applications/app-meta-lucky/Makefile b/applications/app-meta-lucky/Makefile index 86737fa..7aceb26 100644 --- a/applications/app-meta-lucky/Makefile +++ b/applications/app-meta-lucky/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+luci-app-lucky +luci-i18n-lucky-zh-cn +lucky META_DESCRIPTION:=动态域名ddns-go服务,替代socat主要用于公网IPv6 tcp/udp转内网ipv4,http/https反向代理。 META_DESCRIPTION.en:=Dynamic domain name ddns-go service, instead of socat, is mainly used for public network IPv6 tcp/udp to intranet ipv4, http/https reverse proxy. META_AUTHOR:=古大羊/sirpdboy -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=net tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/lucky META_WEBSITE:=https://lucky666.cn/ diff --git a/applications/app-meta-mfun/Makefile b/applications/app-meta-mfun/Makefile index c3d76c6..2056385 100644 --- a/applications/app-meta-mfun/Makefile +++ b/applications/app-meta-mfun/Makefile @@ -9,7 +9,7 @@ META_DEPENDS:=+luci-app-mfun +luci-i18n-mfun-zh-cn META_DESCRIPTION:=轻量的影音媒体库 META_DESCRIPTION.en:=Mfun is an multimedia program. META_AUTHOR:=Carseason -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=nas multimedia META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/mfun META_WEBSITE:=https://www.mfun.cloud diff --git a/applications/app-meta-modem/Makefile b/applications/app-meta-modem/Makefile index 1f8a131..bf1f343 100644 --- a/applications/app-meta-modem/Makefile +++ b/applications/app-meta-modem/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+luci-app-modem +luci-i18n-modem-zh-cn +quectel-CM-5G +sms-tool META_DESCRIPTION:=Modem 支持USB和PCIE两种通信方式接入的模块,支持多模块的信息查看和控制。 META_DESCRIPTION.en:=Modem supports modems connected via USB and PCIE communication methods, and supports information viewing and control of multiple modems. META_AUTHOR:=Siriling -META_ARCH:=x86_64 aarch64_generic aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=net tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/network/modem META_WEBSITE:=https://github.com/Siriling/5G-Modem-Support/tree/main/luci-app-modem diff --git a/applications/app-meta-nginx/Makefile b/applications/app-meta-nginx/Makefile index 6caf6c1..54b29b7 100644 --- a/applications/app-meta-nginx/Makefile +++ b/applications/app-meta-nginx/Makefile @@ -5,12 +5,10 @@ include $(TOPDIR)/rules.mk PKG_VERSION:=0.0.1 PKG_RELEASE:=1 META_TITLE:=Nginx -META_TITLE.en:=Nginx META_DEPENDS:=+luci-nginxer META_DESCRIPTION:=nginx服务 META_DESCRIPTION.en:=nginx server META_AUTHOR:=nginx/Carseason -META_ARCH:=x86_64 aarch64_cortex-a53 META_TAGS:=system META_WEBSITE:=https://nginx.org/en/ diff --git a/applications/app-meta-owxbyz/Makefile b/applications/app-meta-owxbyz/Makefile index f72c576..d165cda 100644 --- a/applications/app-meta-owxbyz/Makefile +++ b/applications/app-meta-owxbyz/Makefile @@ -9,7 +9,7 @@ META_DEPENDS:=+owxbyz META_DESCRIPTION:=驿站 - 租用闲置设备资源,躺赚积分收益。影视VIP、音乐VIP、话费随心兑换。【玩物科技出品】 META_AUTHOR:=玩物科技 META_TAGS:=net tool -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/owxbyz META_WEBSITE:=https://yz.iepose.com/?from=istore diff --git a/applications/app-meta-poweroff/Makefile b/applications/app-meta-poweroff/Makefile index a340b5f..4a5df1e 100644 --- a/applications/app-meta-poweroff/Makefile +++ b/applications/app-meta-poweroff/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+luci-i18n-poweroff-zh-cn +luci-app-poweroff META_DESCRIPTION:=简单的关机 META_DESCRIPTION.en:=Shutdown your device META_AUTHOR:=eSir Playground -META_ARCH:=x86_64 aarch64_generic aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 x86 arm META_TAGS:=system tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/system/poweroff META_WEBSITE:=https://github.com/esirplayground/luci-app-poweroff diff --git a/applications/app-meta-qbittorrent/Makefile b/applications/app-meta-qbittorrent/Makefile index 321e91d..a4b5d89 100644 --- a/applications/app-meta-qbittorrent/Makefile +++ b/applications/app-meta-qbittorrent/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+qBittorrent-static +luci-app-qbittorrent +luci-i18n-qbittorrent-z META_DESCRIPTION:=专业磁力种子下载工具。 META_DESCRIPTION.en:=A free and reliable P2P BitTorrent client. META_AUTHOR:=The qBittorrent project -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=download tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/nas/qBittorrent META_WEBSITE:=https://www.qbittorrent.org/ diff --git a/applications/app-meta-rebatedog/Makefile b/applications/app-meta-rebatedog/Makefile index 59832ab..323c97e 100644 --- a/applications/app-meta-rebatedog/Makefile +++ b/applications/app-meta-rebatedog/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+luci-app-rebatedog +luci-i18n-rebatedog-zh-cn META_DESCRIPTION:=一款跨平台的淘客发单系统 META_DESCRIPTION.en:=A multi platform system for TaoKe. META_AUTHOR:=泡泡 -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=system nas META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/rebatedog META_WEBSITE:=https://github.com/zhaoyangguang/rebatedog diff --git a/applications/app-meta-routerdog/Makefile b/applications/app-meta-routerdog/Makefile index 28e0deb..acbfc0e 100644 --- a/applications/app-meta-routerdog/Makefile +++ b/applications/app-meta-routerdog/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+luci-app-routerdog +luci-i18n-routerdog-zh-cn +routergo META_DESCRIPTION:=为iStoreOS和Openwrt提供NAS界面和APP META_DESCRIPTION.en:=The new naspage and app for iStoreOS or Openwrt. META_AUTHOR:=Carseason -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=system nas META_LUCI_ENTRY:=/cgi-bin/luci/admin/routerdog META_WEBSITE:=https://www.routerdog.top/ diff --git a/applications/app-meta-sunpanel/Makefile b/applications/app-meta-sunpanel/Makefile index 8b44ec4..eb15156 100644 --- a/applications/app-meta-sunpanel/Makefile +++ b/applications/app-meta-sunpanel/Makefile @@ -10,7 +10,7 @@ META_DEPENDS:=+luci-i18n-sunpanel-zh-cn +sunpanel +luci-app-sunpanel META_DESCRIPTION:=一个易用好看的NAS导航页。 META_DESCRIPTION.en:=Server, NAS navigation panel, Homepage, Browser homepage. META_AUTHOR:=hslr-s/sun-panel -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 META_TAGS:=net tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/sunpanel META_WEBSITE:=https://sun-panel-doc.enianteam.com diff --git a/applications/app-meta-uugamebooster/Makefile b/applications/app-meta-uugamebooster/Makefile index 2085f7b..306d0cb 100644 --- a/applications/app-meta-uugamebooster/Makefile +++ b/applications/app-meta-uugamebooster/Makefile @@ -11,7 +11,7 @@ META_AUTHOR:=网易 META_TAGS:=net tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/uuplugin META_WEBSITE:=https://uu.163.com/ -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 include ../../meta.mk diff --git a/applications/app-meta-xunyou/Makefile b/applications/app-meta-xunyou/Makefile index 4f0b2bd..21af51c 100644 --- a/applications/app-meta-xunyou/Makefile +++ b/applications/app-meta-xunyou/Makefile @@ -11,7 +11,7 @@ META_AUTHOR:=xunyou META_TAGS:=net tool META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/xunyou META_WEBSITE:=https://www.xunyou.com/ -META_ARCH:=x86_64 aarch64_cortex-a53 +META_ARCH:=x86_64 aarch64 include ../../meta.mk