Merge pull request #593 from Umeaboy/patch-12
[project/luci.git] / applications / luci-app-uhttpd / Makefile
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 LUCI_TITLE:=uHTTPd Webserver Configuration
11 LUCI_DEPENDS:=+uhttpd
12 LUCI_PKGARCH:=all
13
14 PKG_NAME:=luci-app-uhttpd
15 PKG_VERSION:=1.0.0
16 PKG_RELEASE:=1
17 PKG_LICENSE:=Apache-2.0
18 PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com>
19
20 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
21
22 include $(INCLUDE_DIR)/package.mk
23
24 LUA_TARGET:=source
25
26 include ../../luci.mk
27
28 # call BuildPackage - OpenWrt buildroot signature