Root/flite/Makefile

Source at commit 1b3135c created 12 years 5 months ago.
By Xiangfu Liu, new package: SDL-widgets: a GUI toolkit on top of the SDL libraries
1#
2# This is free software, licensed under the GNU General Public License v2.
3# See /LICENSE for more information.
4#
5
6include $(TOPDIR)/rules.mk
7
8PKG_NAME:=flite
9PKG_VERSION:=1.4
10
11PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-release.tar.bz2
12PKG_SOURCE_URL:=http://www.speech.cs.cmu.edu/flite/packed/flite-1.4/
13
14PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-release/
15PKG_RELEASE:=1
16
17include $(INCLUDE_DIR)/package.mk
18
19define Package/flite
20  SECTION:=multimedia
21  CATEGORY:=Multimedia
22  TITLE:=festival-lite
23  URL:=http://www.speech.cs.cmu.edu/flite/index.html
24  DEPENDS:=+alsa-lib
25endef
26
27define Package/flite/description
28  a small, fast run-time synthesis engine
29endef
30
31define Package/flite/install
32    $(INSTALL_DIR) $(1)/usr/bin/
33    $(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/flite $(1)/usr/bin/
34endef
35
36$(eval $(call BuildPackage,flite))
37
38

Archive Download this file



interactive