diff options
author | proff <proff@pkgsrc.org> | 1999-04-04 19:32:15 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-04-04 19:32:15 +0000 |
commit | 68d25cb783fc3b18eee20b1191573e5cdbf6ab45 (patch) | |
tree | f1b058c61e9f3c0a5663e680a9a7e0f01762903a /audio/festvox-abc/Makefile | |
parent | 0f480e3e33fdd179f9d9bc52816f1ff8ae230e3f (diff) | |
download | pkgsrc-68d25cb783fc3b18eee20b1191573e5cdbf6ab45.tar.gz |
part of the festival speech synthesis system from CSTR
Diffstat (limited to 'audio/festvox-abc/Makefile')
-rw-r--r-- | audio/festvox-abc/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile new file mode 100644 index 00000000000..020bf6333fe --- /dev/null +++ b/audio/festvox-abc/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/04 19:33:46 proff Exp $ + +DISTNAME= festvox-abc-1.4 +WRKSRC= ${WRKDIR}/festival +CATEGORIES= audio +MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ +DISTFILES= voice_abc-1.4.tar.gz + +MAINTAINER= proff@iq.org +HOMEPAGE= http://cslu.cse.ogi.edu/tts + +DEPENDS+= festival-1.3.1:../festival \ + festlex-ogi-1.4:../festlex-ogi \ + festogi-spanish-1.4:../festogi-spanish + +NO_BUILD= yes + +FHOME= ${PREFIX}/share/festival + +post-extract: + @ chmod -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + @ ${RM} -f ${WRKSRC}/lib/voices/spanish/abc_diphone/group/hvslpcOGI16k.group + +do-install: + ${INSTALL_DATA_DIR} ${FHOME} + cd ${WRKSRC} && pax -r -w * ${FHOME} + +.include "../../mk/bsd.pkg.mk" |