Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+6 -6
View File
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.1 2013/04/02 10:44:41 drochner Exp $
#
# $NetBSD: Makefile,v 1.2 2014/01/25 10:29:56 wiz Exp $
DISTNAME= v1.0.0
PKGNAME= ${PYPKGPREFIX}-acoustid-1.0.0
@@ -12,12 +11,13 @@ HOMEPAGE= https://github.com/sampsyo/pyacoustid
COMMENT= Audio fingerprinting
LICENSE= mit
WRKSRC= ${WRKDIR}/pyacoustid-1.0.0
USE_LANGUAGES= # none
EGG_NAME= pyacoustid-1.0.0
DEPENDS+= ${PYPKGPREFIX}-audioread-[0-9]*:../../audio/py-audioread
DEPENDS+= chromaprint-[0-9]*:../../audio/chromaprint
WRKSRC= ${WRKDIR}/pyacoustid-1.0.0
USE_LANGUAGES= # none
EGG_NAME= pyacoustid-1.0.0
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0.0
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"