diff options
Diffstat (limited to 'package/brutefir')
-rw-r--r-- | package/brutefir/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/brutefir/Makefile b/package/brutefir/Makefile index fc70d0b97..4332a45c7 100644 --- a/package/brutefir/Makefile +++ b/package/brutefir/Makefile @@ -9,12 +9,11 @@ PKG_RELEASE:= 1 PKG_HASH:= 23b80500fc8687be338bc2654ecc509eccc06fe9372815361b65ed9b1807ccca PKG_DESCR:= convulution engine PKG_SECTION:= mm/audio -PKG_DEPENDS:= fftw -PKG_BUILDDEP:= flex-host fftw +PKG_DEPENDS:= fftw alsa-lib jack2 +PKG_BUILDDEP:= flex-host fftw alsa-lib jack2 PKG_URL:= http://www.ludd.luth.se/~torger/brutefir.html PKG_SITES:= http://www.ludd.luth.se/~torger/files/ -# if downloaded package is not ending with .tar.xz use following DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz MAKE_ENV+= FLEX=$(STAGING_HOST_DIR)/usr/bin/flex @@ -27,8 +26,9 @@ CONFIG_STYLE= manual brutefir-install: $(INSTALL_DIR) $(IDIR_BRUTEFIR)/usr/bin - $(INSTALL_DIR) $(IDIR_BRUTEFIR)/usr/lib/brutefir + $(INSTALL_DIR) $(IDIR_BRUTEFIR)/usr/lib $(INSTALL_BIN) $(WRKINST)/usr/local/bin/brutefir \ $(IDIR_BRUTEFIR)/usr/bin - $(CP) $(WRKINST)/usr/local/lib $(IDIR_BRUTEFIR)/usr/lib + $(CP) $(WRKINST)/usr/local/lib/* $(IDIR_BRUTEFIR)/usr/lib/ + include $(ADK_TOPDIR)/mk/pkg-bottom.mk |