pkgsrc-wip/py-eyed3/Makefile
Kamel Ibn Aziz Derouiche 9fc4af3162 Import py25-eyed3-0.6.17 as wip/py-eyed3.
eyeD3 is a Python module and program for processing ID3 tags.
Information about mp3 files (i.e bit rate, sample frequency,
play time, etc.) is also provided.  The formats supported are ID3
v1.0/v1.1 and v2.3/v2.4
2010-04-03 11:12:36 +00:00

27 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/04/03 11:12:36 jihbed Exp $
#
DISTNAME= eyeD3-0.6.17
PKGNAME= ${PYPKGPREFIX}-eyed3-0.6.17
CATEGORIES= audio python
MASTER_SITES= http://eyed3.nicfit.net/releases/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://eyed3.nicfit.net/
COMMENT= Python module for id3-tags manipulation
LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 25
PY_PATCHPLIST= yes
REPLACE_PYTHON+= bin/eyeD3
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"