Makefile 658 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # Copyright (C) 2008-2017 The LuCI Team <luci@lists.subsignal.org>
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. PKG_NAME:=luci-app-privoxy
  8. PKG_VERSION:=1.0.6
  9. PKG_RELEASE:=2
  10. PKG_LICENSE:=Apache-2.0
  11. PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
  12. LUCI_TITLE:=LuCI Support for Privoxy WEB proxy
  13. LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-base +privoxy
  14. define Package/$(PKG_NAME)/config
  15. # shown in make menuconfig <Help>
  16. help
  17. $(LUCI_TITLE)
  18. .
  19. Version: $(PKG_VERSION)-$(PKG_RELEASE)
  20. endef
  21. include ../../luci.mk
  22. # call BuildPackage - OpenWrt buildroot signature