Homebrew formula contribution: Swish-e

Swish-e: Simple Web Indexing System for Humans - Enhanced
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Joe Alba 2010-06-02 17:15:15 -04:00 committed by Adam Vandenberg
parent e1c2ed733a
commit dc39bcacdb
1 changed files with 14 additions and 0 deletions

14
Formula/swish-e.rb Normal file
View File

@ -0,0 +1,14 @@
require 'formula'
class SwishE <Formula
url 'http://swish-e.org/distribution/swish-e-2.4.7.tar.gz'
homepage 'http://swish-e.org/'
md5 '736db7a65aed48bb3e2587c52833642d'
depends_on 'libxml2'
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make install"
end
end