libcue 1.4.0

This will update libcue to version 1.4.0.  No other changes here.
It compiles with llvm-2335.9, gcc-4.2.1, and clang-2.0 from
XCode 4.0.2 on x86_64 10.6.8 Snow Leopard. It builds native
static and shared libraries.
Closes Homebrew/homebrew#7990.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Nibbles 2bits 2011-10-05 20:31:41 -07:00 committed by Jack Nagel
parent c7855781ca
commit 04e00fd67e
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula' require 'formula'
class Libcue < Formula class Libcue < Formula
url 'http://downloads.sourceforge.net/project/libcue/libcue/1.3.0/libcue-1.3.0.tar.bz2' url 'http://downloads.sourceforge.net/project/libcue/libcue/1.4.0/libcue-1.4.0.tar.bz2'
homepage 'http://sourceforge.net/projects/libcue/' homepage 'http://sourceforge.net/projects/libcue/'
md5 'afd94427ff1e59f093a1b8b29aea2ecf' sha1 '3fd31f2da7c0e3967d5f56363f3051a85a8fd50d'
def install def install
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"