Makefile 584 B

12345678910111213141516171819202122232425262728
  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. include $(TOPDIR)/rules.mk
  8. LUCI_TITLE:=uHTTPd Webserver Configuration
  9. LUCI_DEPENDS:=+uhttpd
  10. LUCI_PKGARCH:=all
  11. PKG_NAME:=luci-app-uhttpd
  12. PKG_VERSION:=1.0.0
  13. PKG_RELEASE:=1
  14. PKG_LICENSE:=Apache-2.0
  15. PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com>
  16. PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
  17. include $(INCLUDE_DIR)/package.mk
  18. LUA_TARGET:=source
  19. include ../../luci.mk
  20. # call BuildPackage - OpenWrt buildroot signature