diff options
| author | Adam Vandenberg | 2010-04-19 09:17:05 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-19 09:17:05 -0700 |
| commit | d899589ad79b176f6a446b760b3a21149eeb0eae (patch) | |
| tree | fb17b624ddfd5fab09bcde40768a15a5c9f6cec4 /Library/Formula | |
| parent | 5a3de381e04dc952cfa3747320356fc71aad27b9 (diff) | |
| download | homebrew-d899589ad79b176f6a446b760b3a21149eeb0eae.tar.bz2 | |
webfs formula from zimbatm
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/webfs.rb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Library/Formula/webfs.rb b/Library/Formula/webfs.rb new file mode 100644 index 000000000..ba02a61ac --- /dev/null +++ b/Library/Formula/webfs.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Webfs <Formula + url 'http://dl.bytesex.org/releases/webfs/webfs-1.21.tar.gz' + homepage 'http://linux.bytesex.org/misc/webfs.html' + md5 '6dc125fe160479404147e7bbfc781dbc' + + def patches + {:p0 => "http://svn.macports.org/repository/macports/trunk/dports/www/webfs/files/patch-ls.c"} + end + + def install + ENV["prefix"]=prefix + system "make install mimefile=/etc/apache2/mime.types" + end +end |
