Skip to content

Commit

Permalink
add IMAPFilter to synocli-net
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Aug 28, 2021
1 parent d36a3ea commit dd59289
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions spk/synocli-net/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
SPK_NAME = synocli-net
SPK_VERS = 2.0
SPK_REV = 10
SPK_REV = 11
SPK_ICON = src/synocli-net.png

DEPENDS = cross/screen cross/tmux cross/nmap cross/links cross/socat
DEPENDS += cross/rsync cross/autossh cross/arp-scan
DEPENDS += cross/mtr
DEPENDS += cross/etherwake
DEPENDS += cross/imapfilter

OPTIONAL_DEPENDS = cross/sshfs cross/ser2net

Expand All @@ -21,10 +22,10 @@ OPTIONAL_DESC := $(OPTIONAL_DESC)", sshfs, ser2net"
endif

MAINTAINER = ymartin59
DESCRIPTION = "SynoCli Network Tools provides a set of small command-line utilities: screen, tmux, socat, nmap, arp-scan, mtr \(My traceroute\), links, sshfs, rsync, autossh, etherwake$(OPTIONAL_DESC). Credits to Sebastian Schmidt \(publicarray\) for icons."
DESCRIPTION = "SynoCli Network Tools provides a set of small command-line utilities: screen, tmux, socat, nmap, arp-scan, mtr \(My traceroute\), links, sshfs, rsync, autossh, etherwake, IMAPFilter$(OPTIONAL_DESC). Credits to Sebastian Schmidt \(publicarray\) for icons."
DISPLAY_NAME = SynoCli Network Tools
STARTABLE = no
CHANGELOG = "Remove fritzctl because it is unsupported on golang 1.16."
CHANGELOG = "Add IMAPFilter v2.7.5"

HOMEPAGE = https://github.com/SynoCommunity/spksrc/wiki/FAQ-SynoCliNet
LICENSE = Each tool is licensed under it\'s respective license.
Expand All @@ -46,4 +47,7 @@ SPK_COMMANDS += sbin/ser2net
SPK_COMMANDS += sbin/mtr sbin/mtr-packet
SPK_COMMANDS += bin/etherwake

SPK_COMMANDS += bin/imapfilter
SPK_LINKS += /usr/local/share/imapfilter:share/imapfilter

include ../../mk/spksrc.spk.mk

0 comments on commit dd59289

Please sign in to comment.