pkgsrc/audio/cripple/Makefile
ghen 86bf6fab76 Import cripple from pkgsrc-wip.
Cripple is a simple command line CD ripper wrapper.  It uses audio/cdparanoia,
misc/libcdio or sysutils/cdrecord to rip, and audio/lame or audio/bladeenc to
encode tracks from a CD.

Cripple retrieves naming information for filenames and ID3 tags from the freedb
(CDDB) or local xmcd/CDDB format files, which it can write.  CDDB access is
implemented via HTTP and works through proxies.  There is built-in support for
writing ID3v1.1 tags to output files.
2005-12-28 15:52:01 +00:00

15 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/12/28 15:52:01 ghen Exp $
DISTNAME= cripple-0.06b
CATEGORIES= audio
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://www.vortex.prodigynet.co.uk/cripple/
COMMENT= Command line CD ripper/encoder wrapper with cddb support
GNU_CONFIGURE= yes
BUILD_TARGET= cripple
.include "../../mk/bsd.pkg.mk"