aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vice.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-07 13:08:13 -0800
committerAdam Vandenberg2010-03-07 13:08:13 -0800
commit3c268bb8f207c66da3a86c691b2fa09dacba2918 (patch)
treefdfb505ee88e2fe98e84eaed4696b3170869f6d3 /Library/Formula/vice.rb
parentec4906b85a5fdddd085f34e4aea70ed604dad9a7 (diff)
downloadhomebrew-3c268bb8f207c66da3a86c691b2fa09dacba2918.tar.bz2
Update vice to 2.2 stable.
Diffstat (limited to 'Library/Formula/vice.rb')
-rw-r--r--Library/Formula/vice.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/vice.rb b/Library/Formula/vice.rb
index c00b7db36..28bba4bf1 100644
--- a/Library/Formula/vice.rb
+++ b/Library/Formula/vice.rb
@@ -1,10 +1,9 @@
require 'formula'
class Vice <Formula
- head 'http://vice-emu.svn.sourceforge.net/svnroot/vice-emu/trunk/vice/',
- :revision => '21722'
+ url "http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.2.tar.gz"
+ md5 "6737f540806205384e9129026898b0a1"
homepage 'http://www.viceteam.org/'
- version '2.1.22'
def remove_unused_icons
Pathname.glob libexec+'*.app' do |d|
@@ -21,7 +20,6 @@ class Vice <Formula
# Cannot build with LLVM
ENV.gcc_4_2
- system "./autogen.sh"
# Disable the zlibtest, we know we have it.
# Use Cocoa instead of X
system "./configure", "--prefix=#{prefix}",