diff options
author | dequis <dx@dxzone.com.ar> | 2018-03-11 16:33:55 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2018-03-11 16:33:55 -0300 |
commit | a949b43ed657154d4ff8492bbdb16202a1a9f22d (patch) | |
tree | da8fcbf57e0abb4af60ceccf15b1b2358c9cdd74 /protocols/skype/Makefile | |
parent | 8167346dd5d87b0bc53c7e396577e19e586954fe (diff) |
Remove old skype plugin. Use the skypeweb purple plugin instead.
RIP
This plugin relied on the skype linux client, which doesn't work
anymore. During login it just does exit(0) for mysterious reasons.
I guess that's the server trying to say that it's not supported.
This is officially dead now after a few years of kinda-almost-working.
Diffstat (limited to 'protocols/skype/Makefile')
-rw-r--r-- | protocols/skype/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/protocols/skype/Makefile b/protocols/skype/Makefile deleted file mode 100644 index 95a134c6..00000000 --- a/protocols/skype/Makefile +++ /dev/null @@ -1,27 +0,0 @@ --include ../../Makefile.settings -ifdef _SRCDIR_ -_SRCDIR_ := $(_SRCDIR_)protocols/skype/ -endif - -DATE := $(shell date +%Y-%m-%d) -INSTALL = install - -all: -clean: - -# take this from the kernel -check: - perl checkpatch.pl --show-types --ignore LONG_LINE,CAMELCASE --no-tree --file skype.c - -test: all - ./test.py - -install-doc: - $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1 - $(INSTALL) -m644 $(_SRCDIR_)skyped.1 $(DESTDIR)$(MANDIR)/man1 - -uninstall-doc: - rm -f $(DESTDIR)$(MANDIR)/man1/skyped.1* - -%.1: $(_SRCDIR_)%.txt $(_SRCDIR_)asciidoc.conf - a2x --asciidoc-opts="-f $(_SRCDIR_)asciidoc.conf" -a bee_date=$(DATE) -f manpage $< |