Updated gnuradio-audio-oss to 0.9: Now install and uses system configuration
This commit is contained in:
parent
75b17ce6be
commit
a1f4173834
3 changed files with 13 additions and 10 deletions
|
@ -1,14 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.5 2006/03/09 21:04:44 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2006/04/27 03:04:26 wulf Exp $
|
||||
|
||||
VERSION= 0.7
|
||||
VERSION= 0.9
|
||||
DISTNAME= gr-audio-oss-${VERSION}
|
||||
PKGNAME= gnuradio-audio-oss-${VERSION}
|
||||
PKGREVISION= 2
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
COMMENT= Open Sound System support for GNU Radio
|
||||
|
||||
.include "../../meta-pkgs/gnuradio/Makefile.common"
|
||||
|
||||
CONF_FILES+= ${EGDIR}/gr-audio-oss.conf ${PKG_SYSCONFDIR}/gr-audio-oss.conf
|
||||
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/share/examples
|
||||
|
||||
.include "../../mk/oss.buildlink3.mk"
|
||||
.include "../../ham/gnuradio-core/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/07 23:17:19 wulf Exp $
|
||||
include/gnuradio/audio_oss_sink.h
|
||||
include/gnuradio/audio_oss_source.h
|
||||
@comment $NetBSD: PLIST,v 1.2 2006/04/27 03:04:26 wulf Exp $
|
||||
${PYSITELIB}/gnuradio/_audio_oss.la
|
||||
${PYSITELIB}/gnuradio/audio_oss.pyo
|
||||
${PYSITELIB}/gnuradio/audio_oss.py
|
||||
${PYSITELIB}/gnuradio/audio_oss.pyc
|
||||
include/gnuradio/audio_oss_sink.h
|
||||
include/gnuradio/audio_oss_source.h
|
||||
include/gnuradio/swig/audio_oss.i
|
||||
share/examples/gnuradio/conf.d/gr-audio-oss.conf
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/12/11 11:24:33 wulf Exp $
|
||||
$NetBSD: distinfo,v 1.3 2006/04/27 03:04:26 wulf Exp $
|
||||
|
||||
SHA1 (gr-audio-oss-0.7.tar.gz) = 2d56f9e77274d3122b850709975a52883a6d676a
|
||||
RMD160 (gr-audio-oss-0.7.tar.gz) = 55ccc518534af7641c13466e6329a90636b8e301
|
||||
Size (gr-audio-oss-0.7.tar.gz) = 384875 bytes
|
||||
SHA1 (gr-audio-oss-0.9.tar.gz) = 5349ef580957b42d4b72800e4826b12cc88f0162
|
||||
RMD160 (gr-audio-oss-0.9.tar.gz) = 282778b59081ba2f8a9bfe777714dc9087ca6e51
|
||||
Size (gr-audio-oss-0.9.tar.gz) = 348974 bytes
|
||||
|
|
Loading…
Reference in a new issue