aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sitecopy.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/sitecopy.rb b/Library/Formula/sitecopy.rb
new file mode 100644
index 000000000..7dd3236cd
--- /dev/null
+++ b/Library/Formula/sitecopy.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Sitecopy <Formula
+ url 'http://www.manyfish.co.uk/sitecopy/sitecopy-0.16.6.tar.gz'
+ homepage 'http://www.manyfish.co.uk/sitecopy/'
+ md5 'b3aeb5a5f00af3db90b408e8c32a6c01'
+
+ def install
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "make install"
+ end
+end