mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
adblock: update 4.1.0
* major source changes:
* split oisd.nl in basic and full variant
* add swedish regional list
* made archive categories for shallalist and utcapitole selectable
via LuCI
* made all list variants of energized and stevenblack selectable
via LuCI
* removed dns filereset mode
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 215ffbe357)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#
|
||||
# Copyright (c) 2015-2020 Dirk Brenken (dev@brenken.org)
|
||||
# Copyright (c) 2015-2021 Dirk Brenken (dev@brenken.org)
|
||||
# This is free software, licensed under the GNU General Public License v3.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=4.0.8
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=4.1.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
|
||||
@@ -55,9 +55,9 @@ define Package/adblock/install
|
||||
|
||||
$(INSTALL_DIR) $(1)/etc/adblock
|
||||
$(INSTALL_BIN) ./files/adblock.mail $(1)/etc/adblock
|
||||
$(INSTALL_BIN) ./files/adblock.monitor $(1)/etc/adblock
|
||||
$(INSTALL_CONF) ./files/adblock.blacklist $(1)/etc/adblock
|
||||
$(INSTALL_CONF) ./files/adblock.whitelist $(1)/etc/adblock
|
||||
$(INSTALL_CONF) ./files/adblock.categories $(1)/etc/adblock
|
||||
$(INSTALL_CONF) ./files/adblock.sources $(1)/etc/adblock
|
||||
gzip -9 $(1)/etc/adblock/adblock.sources
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user