aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMatthew Scott2012-02-07 13:49:31 -0600
committerMisty De Meo2012-02-07 12:08:30 -0800
commit8da8091c761b6ec4ddbf908b8b00011fac9ffd8b (patch)
tree5890fde6f2cc18156a54c3057aa07718a678b794 /Library
parentf6442dcba3629e00a457166b757ea95968660300 (diff)
downloadhomebrew-8da8091c761b6ec4ddbf908b8b00011fac9ffd8b.tar.bz2
libmp3splt 0.7.1
Previous version was no longer hosted on upstream website. Additionally, this version of libmp3splt requires autoconf 2.62, but only 2.61 is available -- however autoconf is not needed to compile. Finally, the patch that was once used in the previous version of this formula was deleted off of gist.github.com. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libmp3splt.rb13
1 files changed, 2 insertions, 11 deletions
diff --git a/Library/Formula/libmp3splt.rb b/Library/Formula/libmp3splt.rb
index 7f6a8abc3..1b8123420 100644
--- a/Library/Formula/libmp3splt.rb
+++ b/Library/Formula/libmp3splt.rb
@@ -1,9 +1,9 @@
require 'formula'
class Libmp3splt < Formula
- url 'http://downloads.sourceforge.net/project/mp3splt/libmp3splt/0.6.1a/libmp3splt-0.6.1a.tar.gz'
+ url 'http://downloads.sourceforge.net/project/mp3splt/libmp3splt/0.7.1/libmp3splt-0.7.1.tar.gz'
homepage 'http://mp3splt.sourceforge.net'
- md5 'a6a00d83e49adf27abb7a0cb0ea384a4'
+ md5 '62025951f483334f14f1b9be58162094'
depends_on 'pkg-config' => :build
depends_on 'gettext'
@@ -12,16 +12,7 @@ class Libmp3splt < Formula
depends_on 'mad'
depends_on 'libvorbis'
- def patches
- # fixes unneeded dependency on autopoint and uses glibtoolize instead of libtoolize
- "https://gist.github.com/raw/1034717/931c582cba12d5afcbaa3edd6032baa25bebf5d8/autogen.sh.patch"
- end
-
def install
- ENV.append 'ACLOCAL_FLAGS', "-I#{HOMEBREW_PREFIX}/share/aclocal"
- system "./autogen.sh"
- system "autoconf"
- system "automake"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"