summaryrefslogtreecommitdiff
path: root/package/ympd/Makefile
diff options
context:
space:
mode:
authorMartin Thomas <mtadk@hamtam.de>2017-07-12 09:07:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-13 19:00:35 +0200
commitb4a3dc01fcda589cbbc0888c5d0f0ee3ffeed509 (patch)
tree759e83b0805a392baccab085a1b76bca6b48267a /package/ympd/Makefile
parent871177877a7235d21e666c3ac6569ebd805cfcfd (diff)
mpd/ympd updates and fixes
- make mpd.conf more generic - added dependency on libressl to fix compile errors Signed-off-by: Martin Thomas <mtadk@hamtam.de>
Diffstat (limited to 'package/ympd/Makefile')
-rw-r--r--package/ympd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/ympd/Makefile b/package/ympd/Makefile
index c8408c704..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:= 2
+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