pkgsrc/misc/cuetools/Makefile
jakllsch f7afd8926b Update to cuetools to 1.3.1.
Changes since 1.3.0
-------------------

* Fixed duplicate/missing breakpoints (bug #5965).

* Fixed swapped flags in TOC parsing code (bug #4831).

* Fixed option handling code (bug #4180).

Changes since 1.2
-----------------

* Build system has been rewritten using automake/autoconf.

* Added append, prepend, and split pregap modes to cuebreakpoints.

* Fixed possible compilation error with Bison.

* All tools accept long options.

* Programs exit if --input-format or --output-format is an illegal value.
2009-07-16 16:12:47 +00:00

25 lines
602 B
Makefile

# $NetBSD: Makefile,v 1.13 2009/07/16 16:12:47 jakllsch Exp $
#
DISTNAME= cuetools-1.3.1
CATEGORIES= misc
MASTER_SITES= http://download.berlios.de/cuetools/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cuetools.berlios.de/
COMMENT= Set of utilities to manipulate cue and toc files
LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
GNU_CONFIGURE= yes
INSTALLATION_DIRS= share/doc/cuetools
post-install:
${INSTALL_DATA} ${WRKSRC}/extras/formats.txt \
${DESTDIR}${PREFIX}/share/doc/cuetools/
.include "../../mk/bsd.pkg.mk"