Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branches: ecsv/master,master
commit 25b6237eed6c9af2b3da71c434b427526ce21190 Author: Sven Eckelmann sven@narfation.org Date: Sat Feb 11 21:49:04 2017 +0100
alfred-devel: Import metadata from openwrt-routing
Signed-off-by: Sven Eckelmann sven@narfation.org
25b6237eed6c9af2b3da71c434b427526ce21190 alfred-devel/Makefile | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/alfred-devel/Makefile b/alfred-devel/Makefile index 48121f7..d1cb036 100644 --- a/alfred-devel/Makefile +++ b/alfred-devel/Makefile @@ -18,18 +18,36 @@ PKG_SOURCE_URL:=https://git.open-mesh.org/snapshot/ PKG_SOURCE:=$(PKG_ALFRED_FNAME)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_ALFRED_DIR) +PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk
define Package/alfred-devel + URL:=https://www.open-mesh.org/ SECTION:=net CATEGORY:=Network - TITLE:=Almighty Lightweight Fact Remote Exchange Daemon + TITLE:=A.L.F.R.E.D. - Almighty Lightweight Fact Remote Exchange Daemon devel DEPENDS:= +libc @IPV6 +libnl-tiny +librt \ +ALFRED_DEVEL_NEEDS_lua:lua \ +ALFRED_DEVEL_NEEDS_libgps:libgps endef
+define Package/alfred-devel/description +alfred is a user space daemon for distributing arbitrary local information over +the mesh/network in a decentralized fashion. This data can be anything which +appears to be useful - originally designed to replace the batman-adv +visualization (vis), you may distribute hostnames, phone books, administration +information, DNS information, the local weather forecast ... + +alfred runs as daemon in the background of the system. A user may insert +information by using the alfred binary on the command line, or use special +programs to communicate with alfred (done via unix sockets). alfred then takes +care of distributing the local information to other alfred servers on other +nodes. This is done via IPv6 link-local multicast, and does not require any +configuration. A user can request data from alfred, and will receive the +information available from all alfred servers in the network. +endef + define Package/alfred-devel/conffiles /etc/config/alfred endef