pkgsrc/audio/festvox-aec/Makefile
wiz a36f722339 Update to 2.0nb1, distfile has changed:
diff -r old/festival/lib/voices/english/aec_diphone/festvox/aec_diphone.scm new/festival/lib/voices/english/aec_diphone/festvox/aec_diphone.scm
25a26
> (require 'ogi_token)
62a64
>   (set! token_pos_cart_trees OGI_english_token_pos_cart_trees)
69,70c71,72
<   ;(set! pos_map english_pos_map_wp39_to_wp20)
<   (set! pos_map nil)
---
>   (set! pos_map english_pos_map_wp39_to_wp20)
>   ;(set! pos_map nil)

Closes pkg/17822 by Oliver Tonnhofer.
2002-08-06 15:17:27 +00:00

34 lines
824 B
Makefile

# $NetBSD: Makefile,v 1.15 2002/08/06 15:17:27 wiz Exp $
DISTNAME= voice_aec_di-2.0
PKGNAME= festvox-aec-2.0
PKGREVISION= 1
WRKSRC= ${WRKDIR}/festival
CATEGORIES= audio
MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/
MAINTAINER= proff@iq.org
HOMEPAGE= http://cslu.cse.ogi.edu/tts/
COMMENT= American English male voice for the festival speech synthesis system
DEPENDS+= festival>=1.4.0:../festival
DEPENDS+= festlex-ogi>=2.0:../festlex-ogi
LICENSE= no-commercial-use
DIST_SUBDIR= ${PKGNAME}
NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
post-extract:
${CHMOD} -R a+r ${WRKSRC}
${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755
${FIND} ${WRKSRC} -type d -name CVS -print | ${XARGS} ${RM} -fr
do-install:
${INSTALL_DATA_DIR} ${FHOME}
cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
.include "../../mk/bsd.pkg.mk"