X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=sound%2Fflite%2FMakefile;h=910bd8a4d8be0a799ddfafe8184857c8293c993d;hp=6b64297ef9b3aef7ea3c77a91e0566e5deaf12a4;hb=86200c646a8f5c10351d3ca448df60af6dba4968;hpb=6d892c2a3f1cd389aed7054ebfc052da37031ec5 diff --git a/sound/flite/Makefile b/sound/flite/Makefile index 6b64297ef9..910bd8a4d8 100644 --- a/sound/flite/Makefile +++ b/sound/flite/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flite PKG_VERSION:=1.3-release -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.speech.cs.cmu.edu/flite/packed/flite-1.3/ PKG_MD5SUM:=ae0aca1cb7b4801f4372f3a75a9e52b5 - + +PKG_INSTALL:=1 + include $(INCLUDE_DIR)/package.mk define Package/flite @@ -41,14 +43,6 @@ define Build/Configure ) endef -define Build/Compile - rm -rf $(PKG_INSTALL_DIR) - mkdir -p $(PKG_INSTALL_DIR) - $(MAKE) -C $(PKG_BUILD_DIR) \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - all install -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/flite $(CP) $(PKG_INSTALL_DIR)/usr/include/flite/{cst,flite}*.h $(1)/usr/include/flite/