diff options
| author | Nibbles 2bits | 2011-10-05 21:34:22 -0700 |
|---|---|---|
| committer | Jack Nagel | 2011-10-06 16:02:43 -0500 |
| commit | eb2cbf86955a07030cf7db3d3185afbf2f3679c6 (patch) | |
| tree | c527b8d10880801cb4597749c990d2fefe132dfa /Library/Formula/libmms.rb | |
| parent | b982aa0979dfad0f85d435a70bc0262881f99200 (diff) | |
| download | homebrew-eb2cbf86955a07030cf7db3d3185afbf2f3679c6.tar.bz2 | |
libmms 0.6.2
This commit updates libmms to version 0.6.2. Their project is
back at sf.net for hosting, and that's why the change in both url
and homepage. This compiles with llvm-2335, gcc-4.2.1, and clang2.0
on OSX 10.6.8 with XCode 4.0.2. It builds native static and shared
libraries that are used for streaming mmst amd mmsh protocol as in
mms://i.canhaz.ct:1755
Closes #7991.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libmms.rb')
| -rw-r--r-- | Library/Formula/libmms.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/libmms.rb b/Library/Formula/libmms.rb index abfcab416..6e473e452 100644 --- a/Library/Formula/libmms.rb +++ b/Library/Formula/libmms.rb @@ -1,14 +1,15 @@ require 'formula' class Libmms < Formula - url 'http://launchpad.net/libmms/trunk/0.5/+download/libmms-0.5.tar.gz' - homepage 'https://launchpad.net/libmms' - md5 'cf83053ec891f14e73a04c84d9de08ee' + url 'http://downloads.sourceforge.net/project/libmms/libmms/0.6.2/libmms-0.6.2.tar.gz' + homepage 'http://sourceforge.net/projects/libmms/' + sha1 'cdef62fd1a0e2585dd2111fc94b032f84290e351' depends_on 'pkg-config' => :build depends_on 'glib' def install + ENV.append 'LDFLAGS', '-liconv' system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" end |
