c364126082
0.6 --- 2007-01-22 * Fix decoding error with files containing largish id3v2 tags (Joerg Lehmann) * Fix length calculation (Richard Adenling)
26 lines
661 B
Makefile
26 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.12 2009/08/09 21:47:34 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pymad-0.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= http://spacepants.org/src/pymad/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://spacepants.org/src/pymad/
|
|
COMMENT= Python bindings for libmad
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIG_SHELL= ${PYTHONBIN}
|
|
CONFIGURE_SCRIPT= config_unix.py
|
|
CONFIGURE_ARGS+= --prefix ${PREFIX}
|
|
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|