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