* regist egg-info.
Bump PKGREVISION.
This commit is contained in:
parent
12bbacce05
commit
28d0aee254
2 changed files with 9 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/07/08 16:02:05 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/10/15 10:37:18 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libmtag-python-0.3.0
|
||||
PKGNAME= ${PYPKGPREFIX}-libmtag-0.3.0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://libmtag.googlecode.com/files/
|
||||
|
||||
|
@ -10,10 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://code.google.com/p/libmtag/
|
||||
COMMENT= Python binding for libmtag
|
||||
|
||||
USE_TOOLS+= pkg-config
|
||||
PYDISTUTILSPKG= yes
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
EGG_NAME= MTag-0.0.0
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../audio/libmtag/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/07 19:04:05 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/10/15 10:37:18 obache Exp $
|
||||
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/libmtag.so
|
||||
|
|
Loading…
Reference in a new issue