40707d1e65
In addition to PR#45024 by ISIHARA Takanori, * also update refrence manual and examples PDF document files. * exactly depend on csh, some installed scripts are csh script. Version 3.4.1: * add 'idct' command. * remove all input/output data type except float from 'frame', 'snr', 'us16', and 'uscd' command. * add input/output data type to many commands. * show number of byte for all input/output data type in 'x2x' command. * rename 'pcap' command to 'pcas' command. * add new constant (octave and cent) to 'sopr' command. * bug fixes.
33 lines
975 B
Makefile
33 lines
975 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/06/08 13:32:03 obache Exp $
|
|
#
|
|
|
|
DISTNAME= SPTK-3.4.1
|
|
PKGNAME= ${DISTNAME:tl}
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sp-tk/}
|
|
DISTFILES= ${DEFAULT_DISTFILES}
|
|
DISTFILES+= SPTKref-${PKGVERSION_NOREV}.pdf
|
|
DISTFILES+= SPTKexamples-${PKGVERSION_NOREV}.pdf
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sp-tk.sourceforge.net/
|
|
COMMENT= Suite of speech signal processing tools
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= csh:run
|
|
|
|
GNU_CONFIGURE_PREFIX= ${PREFIX}/SPTK
|
|
CONFIGURE_ENV+= CSH=${CSH}
|
|
|
|
INSTALLATION_DIRS+= share/doc/sptk
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/sptk
|
|
${INSTALL_DATA} ${WRKDIR}/SPTKref-${PKGVERSION_NOREV}.pdf ${DESTDIR}${PREFIX}/share/doc/sptk
|
|
${INSTALL_DATA} ${WRKDIR}/SPTKexamples-${PKGVERSION_NOREV}.pdf ${DESTDIR}${PREFIX}/share/doc/sptk
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|