* LICENSE=gnu-gpl-v3
* regist egg-info Bump PKGREVISION.
This commit is contained in:
parent
2b6fc665a2
commit
94c3d9ecac
2 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:14 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/10/15 10:13:18 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python-mpd-0.2.0
|
||||
PKGNAME= ${PYPKGPREFIX}-mpd-0.2.0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/p/python-mpd/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -10,11 +11,13 @@ EXTRACT_SUFX= .tar.bz2
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.musicpd.org/~jat/python-mpd/
|
||||
COMMENT= Python mpd client library
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
EGG_NAME= ${DISTNAME:S/-/_/}
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/05 10:19:22 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/10/15 10:13:18 obache Exp $
|
||||
${PYSITELIB}/mpd.py
|
||||
${PYSITELIB}/mpd.pyc
|
||||
${PYSITELIB}/mpd.pyo
|
||||
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
|
||||
|
|
Loading…
Reference in a new issue