pkgsrc/audio/libmpcdec/Makefile
obache 816274ccf4 Update libmpcdec to 1.2.6.
While here, add DESTDIR support.

1.2.6
   * Fix an infinite loop regression from 1.2.3
   * Fix possible noise at the beginning of files

1.2.5
   * Properly increase API version since it has changed since 1.2.3
     Apps compiled with 1.2.2 WILL BREAK when used with 1.2.3 & 1.2.4 libs installed
2008-07-25 13:59:39 +00:00

21 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/07/25 13:59:39 obache Exp $
#
DISTNAME= libmpcdec-1.2.6
CATEGORIES= audio
MASTER_SITES= http://files.musepack.net/source/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.musepack.net/
COMMENT= Portable Musepack decoder library
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
INSTALLATION_DIRS+= include/mpcdec
.include "../../mk/bsd.pkg.mk"