summaryrefslogtreecommitdiff
path: root/package/ympd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-07-25 22:16:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-25 22:16:37 +0200
commit82bab389a4f5e871dae68ff376fb74537b1e75b6 (patch)
tree00bb643162853e282e04eeae6c1f06e232216027 /package/ympd
parentf94dbc199e0abcdd3b8cc9d9d7226d8a1a6b47e1 (diff)
parentdba433e831fb3fe7ea5e6ced99c92643b8e7f9e8 (diff)
Merge branch 'master' of gogs.waldemar-brodkorb.de:linux/openadk
Diffstat (limited to 'package/ympd')
-rw-r--r--package/ympd/Makefile8
-rw-r--r--package/ympd/files/ympd.init2
2 files changed, 5 insertions, 5 deletions
diff --git a/package/ympd/Makefile b/package/ympd/Makefile
index 2dd2a7163..fd8d3e679 100644
--- a/package/ympd/Makefile
+++ b/package/ympd/Makefile
@@ -4,13 +4,13 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= ympd
-PKG_VERSION:= 3df5b36b97b7a5b0c9adeba39b9987d9aa58a7fb
+PKG_VERSION:= ec008a4995666d673bd4cb3926fae7f4b6aa3239
PKG_GIT:= hash
-PKG_RELEASE:= 1
+PKG_RELEASE:= 4
PKG_DESCR:= standalone music player daemon web gui
PKG_SECTION:= net/http
-PKG_DEPENDS:= libmpdclient
-PKG_BUILDDEP:= cmake-host libmpdclient
+PKG_DEPENDS:= libmpdclient libressl
+PKG_BUILDDEP:= cmake-host libmpdclient libressl
PKG_URL:= http://www.ympd.org/
PKG_SITES:= https://github.com/notandy/ympd.git
diff --git a/package/ympd/files/ympd.init b/package/ympd/files/ympd.init
index f1510263c..6dd7af28c 100644
--- a/package/ympd/files/ympd.init
+++ b/package/ympd/files/ympd.init
@@ -15,7 +15,7 @@ start)
ympd -w 80 &
;;
stop)
- kill $(pgrep -f /usr/bin/ympd)
+ kill $(pgrep -f ympd)
;;
restart)
sh $0 stop