Initial import of Mutagen -- audio file tagging module for Quod Libet

(audio player).
This commit is contained in:
Sergey Svishchev 2006-07-08 11:42:21 +00:00 committed by Thomas Klausner
parent 6c4a002f2f
commit 3558b3f467

16
mutagen/Makefile Normal file
View file

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1.1.1 2006/07/08 11:42:21 shattered Exp $
#
DISTNAME= mutagen-1.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio
MASTER_SITES= http://www.sacredchao.net/~piman/software/
MAINTAINER= shattered@users.sourceforge.net
HOMEPAGE= http://www.sacredchao.net/quodlibet
COMMENT= Quod Libet's tagging module
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"