pkgsrc/audio/ruby-taglib/Makefile
fhajny 4fc9be607b Import ruby18-taglib-0.5.1 as audio/ruby-taglib.
Based on the excellent TagLib C++ library, which is fast, full-featured
and mature. In contrast to other bindings, this one wraps the full C++ API,
not only the minimal C API. This means that all tag data can be accessed,
e.g. cover art of ID3v2 or custom fields of Ogg Vorbis comments.
2012-08-11 18:52:49 +00:00

16 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/08/11 18:52:49 fhajny Exp $
DISTNAME= taglib-ruby-0.5.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
CATEGORIES= audio
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://robinst.github.com/taglib-ruby/
COMMENT= Ruby library for reading and writing meta-data of many audio formats
LICENSE= mit
USE_LANGUAGES= c c++
.include "../../audio/taglib/buildlink3.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"