c761d60ea5
This library has been stripped down from cuetools. cuetools is a set of utilities for working with Cue Sheet (cue) and Table of Contents (toc) files.
19 lines
510 B
Makefile
19 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/04/18 12:38:22 wiz Exp $
|
|
|
|
DISTNAME= libcuefile_r475
|
|
PKGNAME= libcuefile-0rc475
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://files.musepack.net/source/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.musepack.net/
|
|
COMMENT= CUE File library for the musepack decoder
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
INSTALLATION_DIRS= include/cuetools
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/include/cuetools/* ${DESTDIR}${PREFIX}/include/cuetools
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|