Skip to content

Commit

Permalink
Add new metapackage (Collection) including the new lime web inteface (in
Browse files Browse the repository at this point in the history
development)

Signed-off-by: Pau Escrich <p4u@dabax.net>
  • Loading branch information
p4u committed Feb 25, 2017
1 parent e570416 commit 56893fb
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions packages/lime-basic-uing/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
#
# Copyright (C) 2013 LibreMesh.org
#
# This is free software, licensed under the GNU General Public License v3.
#

include $(TOPDIR)/rules.mk

LIME_BUILDDATE:=$(shell date +%Y%m%d_%H%M)
LIME_CODENAME:=development

GIT_COMMIT_DATE:=$(shell git log -n 1 --pretty=%ad --date=short . )
GIT_COMMIT_TSTAMP:=$(shell git log -n 1 --pretty=%at . )

PKG_NAME:=lime-basic-uing
PKG_VERSION=$(GIT_COMMIT_DATE)-$(GIT_COMMIT_TSTAMP)

include $(INCLUDE_DIR)/package.mk

define Package/$(PKG_NAME)
TITLE:=libremesh basic collection including new user interface
SECTION:=lime
CATEGORY:=LiMe
SUBMENU:=Collections
MAINTAINER:=Pau Escrich <p4u@dabax.net>
URL:=http://libremesh.org
DEPENDS:= +lime-system +lime-proto-bmx6 +lime-proto-batadv \
+lime-proto-anygw +lime-proto-wan +dnsmasq-lease-share \
+dnsmasq-distributed-hosts +lime-webui-ng \
+lime-hwd-openwrt-wan +bmx6-auto-gw-mode +lime-hwd-ground-routing
endef

define Package/$(PKG_NAME)/description
Metapackage depending on all the required to run a basic standard libremesh node including new user interface
Current status is development, not ready for usage.
endef

define Build/Compile
endef

define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/
endef

$(eval $(call BuildPackage,$(PKG_NAME)))

0 comments on commit 56893fb

Please sign in to comment.