aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorunknown <vmiklos@frugalware.org>2011-07-03 16:14:54 +0200
committerunknown <vmiklos@frugalware.org>2011-07-03 16:14:54 +0200
commitb5a5938849fe4d147cf050685589b47e7b9aedfd (patch)
treee5dbe108cf1ba6b4f8400a129df2f9d203d7635d
parent004f49486f537d0eac436eb9a750b22e6f9fa1f2 (diff)
Install skyped if skype is enabled
-rw-r--r--Makefile4
-rw-r--r--protocols/skype/skyped.conf.dist.in10
2 files changed, 4 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 673b7559..b6eb6d68 100644
--- a/Makefile
+++ b/Makefile
@@ -111,6 +111,10 @@ endif
ifdef SKYPE_PI
mkdir -p $(DESTDIR)$(PLUGINDIR)
install -m 0755 skype.so $(DESTDIR)$(PLUGINDIR)
+ mkdir -p $(DESTDIR)$(ETCDIR)/../skyped
+ install -m 0644 $(SRCDIR)protocols/skype/skyped.cnf $(DESTDIR)$(ETCDIR)/../skyped/skyped.cnf
+ install -m 0644 $(SRCDIR)protocols/skype/skyped.conf $(DESTDIR)$(ETCDIR)/../skyped/skyped.conf
+ install -m 0755 $(SRCDIR)protocols/skype/skyped.py $(DESTDIR)$(BINDIR)/skyped
endif
systemd:
diff --git a/protocols/skype/skyped.conf.dist.in b/protocols/skype/skyped.conf.dist.in
deleted file mode 100644
index 21e07796..00000000
--- a/protocols/skype/skyped.conf.dist.in
+++ /dev/null
@@ -1,10 +0,0 @@
-[skyped]
-# change to your skype username
-username = john
-# use `echo -n foo|sha1sum` to generate this hash for your password
-password = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33
-
-# you have to change the following paths to your home directory:
-cert = /home/YOUR_USER/.skyped/skyped.cert.pem
-key = /home/YOUR_USER/.skyped/skyped.key.pem
-port = 2727