Adding experimental feeds (Clone of OpenWRT, DO NOT USE, May contain Non-free Software
[librewrt/.git] / packages / xwrt / webif-applications / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_NAME:=webif-applications
4 PKG_VERSION:=0.1
5 PKG_RELEASE:=1
6
7 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
8 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
9
10 include $(INCLUDE_DIR)/package.mk
11
12 define Package/webif-applications
13   SECTION:=admin
14   CATEGORY:=Administration
15   SUBMENU:=webif
16   DEPENDS:=+webif
17   TITLE:=XWrt applications plugin
18 endef
19
20 define Build/Compile
21 endef
22
23
24 define Package/webif-applications/install
25         $(CP) -a ./files/* $(1)/
26         $(INSTALL_BIN) ./files/www/cgi-bin/webif/* $(1)/www/cgi-bin/webif/
27 endef
28
29 $(eval $(call BuildPackage,webif-applications))