Makefile 456 B

1234567891011121314151617181920
  1. #
  2. # Copyright (C) 2016 The LuCI Team <luci@lists.subsignal.org>
  3. #
  4. # This is free software, licensed under the GNU General Public License v3.
  5. #
  6. include $(TOPDIR)/rules.mk
  7. LUCI_TITLE:=LuCI Support for DynaPoint
  8. LUCI_DEPENDS:=+dynapoint
  9. PKG_NAME:=luci-app-dynapoint
  10. PKG_VERSION:=1.0
  11. PKG_RELEASE:=1
  12. PKG_LICENSE:=GPL-3.0+
  13. PKG_MAINTAINER:=Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
  14. include ../../luci.mk
  15. # call BuildPackage - OpenWrt buildroot signature