mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-02-16 17:14:42 +02:00
flite: add depends alsa-lib by kyak
This commit is contained in:
parent
345e0730e5
commit
01013257c4
@ -21,7 +21,7 @@ define Package/flite
|
||||
CATEGORY:=Multimedia
|
||||
TITLE:=festival-lite
|
||||
URL:=http://www.speech.cs.cmu.edu/flite/index.html
|
||||
DEPENDS:=
|
||||
DEPENDS:=+alsa-lib
|
||||
endef
|
||||
|
||||
define Package/flite/description
|
||||
@ -30,7 +30,8 @@ endef
|
||||
|
||||
define Package/flite/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/* $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/flite $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,flite))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user