b7ae1594a5
This version adds some enhancements to aupanel, and reworks signal handling in the voxware server to avoid races, hangs and other issues seen with linux 2.6.21+ kernels. Other changes relating to the default value of the 'MixerInit' option and the new location of the local unix socket on Linux systems were also made. Also include a patch from Aleksey Cheusov for a "libpthread: Unlocking unlocked mutex" bug.
28 lines
798 B
Makefile
28 lines
798 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/10/14 12:47:12 markd Exp $
|
|
|
|
DISTNAME= nas-1.9.1.src
|
|
PKGNAME= nas-auscope-1.9.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://nas.codebrilliance.com/nas/
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://radscan.com/nas.html
|
|
COMMENT= Network Audio System Protocol Filter
|
|
|
|
DEPENDS+= p5-perl-headers-${OS_VERSION}{,nb*}:../../devel/p5-perl-headers
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//}/clients/audio/auscope
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= auscope
|
|
|
|
NO_BUILD= yes
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/auscope ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/auscope.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/auscope.1
|
|
|
|
.include "../../audio/nas/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|