summaryrefslogtreecommitdiff
path: root/package/jack2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-24 00:10:53 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-24 02:42:23 +0100
commitfaf51a2a9b134b1441188bba662145bbea345e22 (patch)
tree097f44eac4f5e6878a4ef7dafa4d3b381649f74f /package/jack2
parentfe168b6fc361fdf2dbb7a2c408eae7da4e8597b1 (diff)
jack2: fix incomplete file install, reported by Oliver
Diffstat (limited to 'package/jack2')
-rw-r--r--package/jack2/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/package/jack2/Makefile b/package/jack2/Makefile
index 3672c68fd..887b45e2e 100644
--- a/package/jack2/Makefile
+++ b/package/jack2/Makefile
@@ -5,13 +5,13 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= jack2
PKG_VERSION:= 1.9.10
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= 9b3facf9c06dea74f388ce4e13427c3b630eedee7225b4a334c557697461d0f0
PKG_DESCR:= audio connection kit
PKG_SECTION:= mm/audio
PKG_DEPENDS:= alsa-lib libsndfile libsamplerate
-PKG_BUILDDEP:= python2-host alsa-lib libsndfile
-PKG_BUILDDEP+= libsamplerate
+PKG_BUILDDEP:= python2-host alsa-lib libsndfile libsamplerate
+PKG_NEEDS:= threads rt
PKG_URL:= http://jackaudio.org
PKG_SITES:= http://distfiles.openadk.org/
@@ -36,8 +36,10 @@ jack2-install:
$(INSTALL_DIR) $(IDIR_JACK2)/usr/bin
$(CP) $(WRKINST)/usr/bin/jack* \
$(IDIR_JACK2)/usr/bin
- $(INSTALL_DIR) $(IDIR_JACK2)/usr/lib
+ $(INSTALL_DIR) $(IDIR_JACK2)/usr/lib/jack
$(CP) $(WRKINST)/usr/lib/libjack{,server,net}.so* \
$(IDIR_JACK2)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/jack/*.so \
+ $(IDIR_JACK2)/usr/lib/jack
include ${ADK_TOPDIR}/mk/pkg-bottom.mk