From 1b1a9b40d5fe8c44f67fc3ede669da32c0f77673 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Tue, 24 Jan 2012 00:36:34 +0800 Subject: [PATCH] flite: update to Alan W Black's 1.5.4-current --- flite/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flite/Makefile b/flite/Makefile index 4731d88..0467607 100644 --- a/flite/Makefile +++ b/flite/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flite -PKG_VERSION:=1.4 +PKG_VERSION:=1.5.4 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-release.tar.bz2 -PKG_SOURCE_URL:=http://www.speech.cs.cmu.edu/flite/packed/flite-1.4/ +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-current.tar.bz2 +PKG_SOURCE_URL:=http://festvox.org/bard/ -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-release/ +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-current PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk