blob: e4788fd9c9375298457b07933f7089456eba6214 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.2 2014/01/25 10:29:56 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= 33 # not yet ported as of 1.0.0
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
|