* LICENSE=gnu-gpl-v2
* regist egg-info Bump PKGREVISION.
This commit is contained in:
parent
4bc632639e
commit
f8adaff44b
2 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.14 2009/03/05 18:51:26 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2011/10/15 10:41:29 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= CDDB-1.4
|
||||
PKGNAME= ${PYPKGPREFIX}-cddb-1.4
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cddb-py/}
|
||||
|
||||
MAINTAINER= drochner@NetBSD.org
|
||||
HOMEPAGE= http://cddb-py.sourceforge.net/
|
||||
COMMENT= Python module to access the CDDB online database
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2003/09/14 16:43:46 recht Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2011/10/15 10:41:29 obache Exp $
|
||||
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/CDDB.py
|
||||
${PYSITELIB}/CDDB.pyc
|
||||
${PYSITELIB}/CDDB.pyo
|
||||
|
|
Loading…
Reference in a new issue