From 136a44b104b0a0eab9f7577299e5e683ab756c85 Mon Sep 17 00:00:00 2001 From: Simon COURTOIS Date: Sat, 5 Jun 2010 18:39:20 +0200 Subject: eyeD3 0.6.17 eyeD3 is a Python module and program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4. Signed-off-by: Adam Vandenberg * Install privately to libexec and link the script into bin --- Library/Formula/eye-d3.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/eye-d3.rb (limited to 'Library/Formula') diff --git a/Library/Formula/eye-d3.rb b/Library/Formula/eye-d3.rb new file mode 100644 index 000000000..2291fe135 --- /dev/null +++ b/Library/Formula/eye-d3.rb @@ -0,0 +1,17 @@ +require 'formula' + +class EyeD3 "eyeD3.1" + libexec.install "src/eyeD3" + libexec.install "bin/eyeD3" => "eyeD3_script" + bin.mkpath + ln_s libexec+"eyeD3_script", bin+"eyeD3" + end +end -- cgit v1.2.3