1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 22:25:21 +02:00

flite: update to Alan W Black's 1.5.4-current

This commit is contained in:
Xiangfu Liu 2012-01-24 00:36:34 +08:00
parent 1a3fe4d921
commit 1b1a9b40d5

View File

@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=flite PKG_NAME:=flite
PKG_VERSION:=1.4 PKG_VERSION:=1.5.4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-release.tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-current.tar.bz2
PKG_SOURCE_URL:=http://www.speech.cs.cmu.edu/flite/packed/flite-1.4/ 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 PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk