2
0

Makefile 402 B

123456789101112131415
  1. # See /LICENSE for more information.
  2. # This is free software, licensed under the Apache License, Version 2.0 .
  3. #
  4. include $(TOPDIR)/rules.mk
  5. LUCI_TITLE:=LuCI app to configure Tor
  6. LUCI_DEPENDS:=+luci-base +tor +tor-hs
  7. PKG_VERSION:=1.1.0
  8. PKG_RELEASE:=1
  9. PKG_LICENSE:=Apache-2.0
  10. PKG_MAINTAINER:=Sergey Ponomarev <stokito@gmail.com>
  11. include ../../luci.mk
  12. # call BuildPackage - OpenWrt buildroot signature