Initial import of py-ogg 1.3
pyogg is a Python binding for the ogg librairies. WWW: http://www.andrewchatham.com/pyogg/ from Xavier Santolaria <xavier@santolaria.net>
This commit is contained in:
parent
45f2597bef
commit
17eaf5a653
31
audio/py-ogg/Makefile
Normal file
31
audio/py-ogg/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/10/14 16:53:02 sturm Exp $
|
||||
|
||||
COMMENT= "Python wrapper for the Ogg libraries"
|
||||
|
||||
DISTNAME= pyogg-1.3
|
||||
PKGNAME= ${DISTNAME:S/py/py-/}
|
||||
CATEGORIES= audio
|
||||
HOMEPAGE= http://www.andrewchatham.com/pyogg/
|
||||
|
||||
MAINTAINER= Xavier Santolaria <xavier@santolaria.net>
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}download/
|
||||
|
||||
MODULES= python
|
||||
|
||||
LIB_DEPENDS= ogg::audio/libogg
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${MODPY_BIN} ./config_unix.py --prefix ${PREFIX}
|
||||
|
||||
do-regress: fake
|
||||
@cd ${WRKSRC}/test && ${MAKE_ENV} \
|
||||
PYTHONPATH=${WRKINST}${MODPY_SITEPKG} ${MODPY_BIN} ./testogg.py
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/py-ogg/distinfo
Normal file
3
audio/py-ogg/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pyogg-1.3.tar.gz) = 45a4ecc4d0600661199e4040a81ea3fe
|
||||
RMD160 (pyogg-1.3.tar.gz) = 1f8b54136ce56f00734b2e42ff74ba38c82c48df
|
||||
SHA1 (pyogg-1.3.tar.gz) = 2811ad401e3b5fc5025958bddab3d7b8775e5acd
|
1
audio/py-ogg/pkg/DESCR
Normal file
1
audio/py-ogg/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
pyogg is a Python binding for the ogg librairies.
|
7
audio/py-ogg/pkg/PLIST
Normal file
7
audio/py-ogg/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/10/14 16:53:02 sturm Exp $
|
||||
include/python${MODPY_VERSION}/pyogg/pyogg.h
|
||||
lib/python${MODPY_VERSION}/site-packages/ogg/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/ogg/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/ogg/_ogg.so
|
||||
@dirrm lib/python${MODPY_VERSION}/site-packages/ogg
|
||||
@dirrm include/python${MODPY_VERSION}/pyogg
|
Loading…
Reference in New Issue
Block a user