summaryrefslogtreecommitdiff
path: root/luci2-p910nd/Makefile
blob: 50aeadcebd733c48c0142eb96f93877e01941019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
include $(TOPDIR)/rules.mk

PKG_NAME:=luci2-p910nd
PKG_RELEASE:=1

include $(INCLUDE_DIR)/package.mk

define Package/luci2-p910nd
  SECTION:=luci2
  CATEGORY:=LuCI2
  TITLE:=LuCI2 p910nd module
  DEPENDS:=luci2 p910nd
endef

define Package/luci2-p910nd/description
  LuCI2 module for p910nd printer daemon management
endef

define Build/Compile
endef

define Package/luci2-p910nd/install
	$(INSTALL_DIR) $(1)/usr/share/rpcd/menu.d
	$(INSTALL_DATA) ./files/usr/share/rpcd/menu.d/services.p910nd.json $(1)/usr/share/rpcd/menu.d/

	$(INSTALL_DIR) $(1)/usr/share/rpcd/acl.d
	$(INSTALL_DATA) ./files/usr/share/rpcd/acl.d/services.p910nd.json $(1)/usr/share/rpcd/acl.d/

	$(INSTALL_DIR) $(1)/www/luci2/template
	$(INSTALL_DATA) ./files/www/luci2/template/services.p910nd.htm $(1)/www/luci2/template

	$(INSTALL_DIR) $(1)/www/luci2/view
	$(INSTALL_DATA) ./files/www/luci2/view/services.p910nd.js $(1)/www/luci2/view
endef

$(eval $(call BuildPackage,luci2-p910nd))