Makefile 825 B

12345678910111213141516171819202122232425262728293031323334353637
  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. # Version == major.minor.patch
  9. # increase "minor" on new functionality and "patch" on patches/optimization
  10. PKG_VERSION:=1.0.6
  11. # Release == build
  12. # increase on changes of translation files
  13. PKG_RELEASE:=2
  14. PKG_LICENSE:=Apache-2.0
  15. PKG_MAINTAINER:=
  16. # LuCI specific settings
  17. LUCI_TITLE:=LuCI Support for Privoxy WEB proxy
  18. LUCI_DEPENDS:=+luci-compat +luci-lib-ipkg +luci-mod-admin-full +privoxy
  19. LUCI_PKGARCH:=all
  20. define Package/$(PKG_NAME)/config
  21. # shown in make menuconfig <Help>
  22. help
  23. $(LUCI_TITLE)
  24. .
  25. Version: $(PKG_VERSION)-$(PKG_RELEASE)
  26. endef
  27. include ../../luci.mk
  28. # call BuildPackage - OpenWrt buildroot signature