summaryrefslogtreecommitdiff
path: root/audio/ruby-mp3info/Makefile
diff options
context:
space:
mode:
authorobache <obache>2011-02-15 10:47:20 +0000
committerobache <obache>2011-02-15 10:47:20 +0000
commit92343f9df766c00bc3780ba49f85f4fc9592ed4f (patch)
tree2e3f7b171110c21bd9bd45a2e0a69e9b432290bb /audio/ruby-mp3info/Makefile
parent75f8cb1946c05db15f2e154b5abd0e42ba89bad2 (diff)
downloadpkgsrc-92343f9df766c00bc3780ba49f85f4fc9592ed4f.tar.gz
Import ruby-ruby-mp3info-0.6.13 as audio/ruby-mp3info.
ruby-mp3info read low-level informations and manipulate tags on mp3 files. * written in pure ruby * read low-level informations like bitrate, length, samplerate, etc... * read, write, remove id3v1 and id3v2 tags * correctly read VBR files (with or without Xing header) * only 2.3 version is supported for writings id3v2 tags
Diffstat (limited to 'audio/ruby-mp3info/Makefile')
-rw-r--r--audio/ruby-mp3info/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/ruby-mp3info/Makefile b/audio/ruby-mp3info/Makefile
new file mode 100644
index 00000000000..54d314afac1
--- /dev/null
+++ b/audio/ruby-mp3info/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/02/15 10:47:20 obache Exp $
+#
+
+DISTNAME= ruby-mp3info-0.6.13
+CATEGORIES= audio
+MASTER_SITES= http://rubyforge.org/frs/download.php/57443/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://rubyforge.org/frs/download.php/57443/
+COMMENT= Pure-ruby library for informations and tags on mp3 files
+LICENSE= ruby-license
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+USE_RUBY_SETUP= yes
+RUBY_SETUP= install.rb
+
+CONFIGURE_ARGS+= --site-ruby=${PREFIX}/${RUBY_VENDORLIB}
+
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"