summaryrefslogtreecommitdiff
path: root/package/shairport-sync/Makefile
diff options
context:
space:
mode:
authorJoerg Seitter <adk@seitter.net>2020-04-30 23:06:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-05-05 09:25:20 +0200
commit7dc649ed6dfb737d3af603ad8b41e2162b9abec9 (patch)
treea2124ad33d9d107d1b2d955aefd99188d58433b1 /package/shairport-sync/Makefile
parent90c8be2b41f2866021c186338a9ee3b01765e761 (diff)
shairpoint-sync: proper startup integration
Signed-off-by: Joerg Seitter <adk@seitter.net>
Diffstat (limited to 'package/shairport-sync/Makefile')
-rw-r--r--package/shairport-sync/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/shairport-sync/Makefile b/package/shairport-sync/Makefile
index d9279f0dc..6b3abcec3 100644
--- a/package/shairport-sync/Makefile
+++ b/package/shairport-sync/Makefile
@@ -9,7 +9,7 @@ PKG_RELEASE:= 1
PKG_GIT:= tag
PKG_DESCR:= airplay daemon
PKG_SECTION:= mm/audio
-PKG_DEPENDS:= libressl popt libdaemon libconfig jack mosquitto
+PKG_DEPENDS:= libressl libpopt libdaemon libconfig jack mosquitto
PKG_BUILDDEP:= libressl popt libdaemon libconfig jack mosquitto
PKG_URL:= https://github.com/mikebrady/shairport-sync
PKG_SITES:= https://github.com/mikebrady/shairport-sync.git
@@ -32,9 +32,10 @@ CONFIGURE_ARGS+= --with-pkg-config \
shairport-sync-install:
$(INSTALL_DIR) $(IDIR_SHAIRPORT_SYNC)/usr/bin
+ $(INSTALL_DIR) $(IDIR_SHAIRPORT_SYNC)/etc/shairport-sync
$(INSTALL_BIN) $(WRKINST)/usr/bin/shairport-sync \
$(IDIR_SHAIRPORT_SYNC)/usr/bin
- $(INSTALL_DATA) $(WRKINST)/etc/shairport-sync.conf \
- $(IDIR_SHAIRPORT_SYNC)/etc/shairport-sync.conf
+ $(INSTALL_DATA) $(WRKINST)/etc/* \
+ $(IDIR_SHAIRPORT_SYNC)/etc/shairport-sync/
include $(ADK_TOPDIR)/mk/pkg-bottom.mk