Skip to content

Commit

Permalink
Adds new Formula: robotfindskitten
Browse files Browse the repository at this point in the history
A Zen Simmulator where a robot (fuels by the love for a kitten)
findskitten.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
sukima authored and MikeMcQuaid committed Feb 12, 2011
1 parent 1af39e8 commit 50ab2b3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Library/Formula/robotfindskitten.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
require 'formula'

class Robotfindskitten <Formula
url 'http://downloads.sourceforge.net/project/rfk/robotfindskitten-POSIX/rfk%20rises%20from%20the%20dead%21%20%20braaaains.../robotfindskitten-1.7320508.406.tar.gz'
homepage 'http://robotfindskitten.org/'
md5 '6b9cf314ffee0de52ed85ac5ba11d66b'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"

# This project installs to 'games', but we want it in 'bin' so it symlinks in.
# Can't find a ./configure switch, so just rename it.
(prefix+"games").rename bin
end
end

0 comments on commit 50ab2b3

Please sign in to comment.