Date:2011-01-06 08:56:06 (13 years 2 months ago)
Author:Xiangfu Liu
Commit:cd33c1caf8987175ee9bc7eddf6d0fc7d26ae262
Message:new package: flite, a small, fast run-time synthesis engine

Files: flite/Makefile (1 diff)

Change Details

flite/Makefile
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:=
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/* $(1)/usr/bin/
34endef
35
36$(eval $(call BuildPackage,flite))

Archive Download the corresponding diff file



interactive