23 lines
687 B
Makefile
23 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:23 wiz Exp $
|
|
|
|
DISTNAME= v1.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-acoustid-1.0.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://github.com/sampsyo/pyacoustid/archive/
|
|
DIST_SUBDIR= pyacoustid
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sampsyo/pyacoustid
|
|
COMMENT= Audio fingerprinting
|
|
LICENSE= mit
|
|
|
|
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= 34 35 36 # not yet ported as of 1.0.0
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|