a2719a456c
(including fixing lots of PLISTs). Changes since 1.4.0, from the NEWS file: . SSFF (for emulabel) track support . Java fixes . various minor bug fixes . WFST with proper quoting . Wagon sample counts . gcc-2.95.1 support Also use newer distfile for mbrola. Addresses pkg/10671.
30 lines
725 B
Makefile
30 lines
725 B
Makefile
# $NetBSD: Makefile,v 1.11 2001/07/18 15:19:39 wiz Exp $
|
|
|
|
DISTNAME= OGIspanish-2.0.1
|
|
PKGNAME= festogi-spanish-2.0.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= Festival Spanish (Mexican) language support routines (in scheme)
|
|
|
|
DEPENDS+= festival>=1.4.0:../festival
|
|
|
|
LICENSE= no-commercial-use
|
|
|
|
NO_BUILD= yes
|
|
|
|
FHOME= ${PREFIX}/share/festival
|
|
|
|
post-extract:
|
|
@ ${CHMOD} -R a+r ${WRKSRC}
|
|
@ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755
|
|
@ ${RM} -R ${WRKSRC}/lib/ogi_spanish/CVS
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${FHOME}
|
|
cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|