alfred: Switch to OpenWrt package template
The OpenWrt routing feed was tried to be merged together with the OpenWrt package feed. But they ended up being rejected due to formalities like the slightly different package template. Just moving to the OpenWrt package based one should simplify similar approaches in the future. Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
parent
00de979415
commit
b3f1370d9a
1 changed files with 19 additions and 22 deletions
|
@ -1,38 +1,35 @@
|
||||||
#
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
# Copyright (C) 2013 OpenWrt.org
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=alfred
|
PKG_NAME:=alfred
|
||||||
PKG_VERSION:=2020.0
|
PKG_VERSION:=2020.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_HASH:=1505bcb235289baaad25a5001a0189e4f16e5c4f023db62a8682c0eb91b162c0
|
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
|
||||||
|
PKG_HASH:=1505bcb235289baaad25a5001a0189e4f16e5c4f023db62a8682c0eb91b162c0
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
|
||||||
PKG_LICENSE:=GPL-2.0-only MIT
|
PKG_LICENSE:=GPL-2.0-only MIT
|
||||||
PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT
|
PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/alfred
|
define Package/alfred
|
||||||
URL:=https://www.open-mesh.org/
|
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=A.L.F.R.E.D. - Almighty Lightweight Fact Remote Exchange Daemon
|
TITLE:=A.L.F.R.E.D. - Almighty Lightweight Fact Remote Exchange Daemon
|
||||||
|
URL:=https://www.open-mesh.org/
|
||||||
DEPENDS:= +libc @IPV6 +libnl-tiny +librt \
|
DEPENDS:= +libc @IPV6 +libnl-tiny +librt \
|
||||||
+ALFRED_NEEDS_lua:lua \
|
+ALFRED_NEEDS_lua:lua \
|
||||||
+ALFRED_NEEDS_libgps:libgps
|
+ALFRED_NEEDS_libgps:libgps
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/alfred/description
|
define Package/alfred/description
|
||||||
alfred is a user space daemon for distributing arbitrary local information over
|
alfred is a user space daemon for distributing arbitrary local information
|
||||||
the mesh/network in a decentralized fashion. This data can be anything which
|
over the mesh/network in a decentralized fashion. This data can be anything
|
||||||
appears to be useful - originally designed to replace the batman-adv
|
which appears to be useful - originally designed to replace the batman-adv
|
||||||
visualization (vis), you may distribute hostnames, phone books, administration
|
visualization (vis), you may distribute hostnames, phone books, administration
|
||||||
information, DNS information, the local weather forecast ...
|
information, DNS information, the local weather forecast ...
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue