Skip to content

Commit

Permalink
make remake
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrk committed Aug 31, 2023
1 parent 9e7f3b1 commit e5c53b5
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions packages/shared-state-node_info/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,20 @@
# This is free software, licensed under the GNU Affero General Public License v3.
#

include $(TOPDIR)/rules.mk

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

PKG_NAME:=shared-state-node_info
PKG_VERSION=$(GIT_COMMIT_DATE)-$(GIT_COMMIT_TSTAMP)

include $(INCLUDE_DIR)/package.mk
include ../../libremesh.mk

define Package/$(PKG_NAME)
TITLE:=Node information module for shared-state
SECTION:=lime
CATEGORY:=LibreMesh
TITLE:=Node information module for shared-state
MAINTAINER:= Javier <[email protected]>
URL:=http://libremesh.org
DEPENDS:=+lua +luci-lib-jsonc +ubus-lime-utils \
+lime-system +ubus-lime-location shared-state
+lime-system +ubus-lime-location shared-state
PKGARCH:=all
endef

define Package/$(PKG_NAME)/description
Syncronize node information beween nodes.
endef

define Build/Compile
endef

define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/
$(CP) ./files/* $(1)/
endef

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

0 comments on commit e5c53b5

Please sign in to comment.