pkgsrc/audio/festvox-rab8/Makefile
joerg 3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00

36 lines
929 B
Makefile

# $NetBSD: Makefile,v 1.26 2008/05/26 02:13:15 joerg Exp $
DISTNAME= festvox_rablpc8k
PKGNAME= festvox-rab8-1.4.0
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival/
COMMENT= 6khz British English male voice for the festival
DEPENDS+= festival>=1.4.0:../../audio/festival
DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex
DEPENDS+= festlex-oald>=1.4.0:../../audio/festlex-oald
USE_TOOLS+= pax
CONFLICTS= festvox-rab16-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/festival
NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
post-extract:
@ ${CHMOD} -R a+r ${WRKSRC}
@ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${FHOME}
cd ${WRKSRC} && pax -rw * ${DESTDIR}${FHOME}
.include "../../mk/bsd.pkg.mk"