Import py-ao-0.82

pyao - a Python wrapper module for the ao library.

ok sturm@.
This commit is contained in:
xsa 2004-02-03 22:07:40 +00:00
parent d37071a916
commit 1c7b49c41f
4 changed files with 45 additions and 0 deletions

37
audio/py-ao/Makefile Normal file
View File

@ -0,0 +1,37 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/02/03 22:07:40 xsa Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "Python wrapper module for the ao library"
DISTNAME= pyao-0.82
PKGNAME= ${DISTNAME:S/py/py-/}
CATEGORIES= audio
HOMEPAGE= http://www.andrewchatham.com/pyogg/
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}download/
MODULES= python
LIB_DEPENDS= ao.3::audio/libao
NO_REGRESS= Yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-ao
do-configure:
@cd ${WRKSRC} && ${MODPY_BIN} ./config_unix.py --prefix ${PREFIX}
post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/test.py ${EXAMPLESDIR}
.include <bsd.port.mk>

3
audio/py-ao/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pyao-0.82.tar.gz) = 8e00f5154401a6f6d99efd20606e2819
RMD160 (pyao-0.82.tar.gz) = 6d602ef060ddc22b4cff841741c90fa88af45fed
SHA1 (pyao-0.82.tar.gz) = 9b213da96030648a5fa589d5eab7e1791374e269

1
audio/py-ao/pkg/DESCR Normal file
View File

@ -0,0 +1 @@
pyao - a Python wrapper module for the ao library.

4
audio/py-ao/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/02/03 22:07:40 xsa Exp $
lib/python${MODPY_VERSION}/site-packages/aomodule.so
share/examples/py-ao/test.py
@dirrm share/examples/py-ao