39d4148fe0
This package provides three utilities to manipulate MP3 audio files: * cddb2cue: Creates cue sheets from CDDB files. * mp3cat: Concatenates MP3 files. * mp3cut: Splits MP3 files according to cue sheets.
22 lines
624 B
Makefile
22 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/08/23 10:39:06 jmmv Exp $
|
|
|
|
DISTNAME= mp3cut-1.13
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/J/JV/JV/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~jv/mp3cut/
|
|
COMMENT= Tools to concatenate and split MP3 files
|
|
|
|
DEPENDS+= p5-CDDB-File>=1.05:../../audio/p5-CDDB-File
|
|
DEPENDS+= p5-MPEG-Audio-Frame>=0.09:../../audio/p5-MPEG-Audio-Frame
|
|
|
|
USE_TOOLS+= perl:run
|
|
|
|
PERL5_PACKLIST= auto/mp3cut/.packlist
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|