Skip to content
Snippets Groups Projects
Commit d6192476 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

add depends and change install part

parent 9c0af3a1
No related branches found
No related tags found
No related merge requests found
include $(TOPDIR)/rules.mk
PKG_NAME:=ffnw-node-info
PKG_VERSION:=1
PKG_RELEASE:=1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk
define Package/ffnw-node-info
SECTION:=daemon
CATEGORY:=Freifunk Nordwest
TITLE:=Sed node infos for alfred
DEPENDS:=+lwtrace
endef
define Package/ffnw-node-info/description
Sed node infos for alfred
endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef
define Build/Configure
endef
define Build/Compile
endef
define Package/ffnw-node-info/install
$(CP) ./files/* $(1)/
endef
define Package/ffnw-node-info/postinst
#!/bin/sh
$(call GluonCheckSite,check_site.lua)
endef
$(eval $(call BuildPackage,ffnw-node-info))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment