public
Description: A bleeding-edge package manager.
Homepage: http://roastbeef.rubyforge.org
Clone URL: git://github.com/technomancy/roast-beef.git
added couchdb to the sources
technomancy (author)
Thu Apr 10 11:05:49 -0700 2008
commit  f092ce4ee5982bc575955a47cc0e612f5c9c5a3d
tree    b0155fd7774e3a4a9b315f4893f9ff155b1be5f4
parent  8633970991f1dae82d3b60ca30f66e08a25dd548
...
18
19
20
21
 
22
23
24
...
18
19
20
 
21
22
23
24
0
@@ -18,7 +18,7 @@ you will probably have dependency issues."
0
 
0
     # dry-run setup to install compiler, scms, etc
0
     def self.setup
0
- system({ 'apt-get' => "sudo apt-get install cvs subversion git-core bzr build-essential autoconf ruby1.8-dev",
0
+ system({ 'apt-get' => "sudo apt-get install cvs subversion git-core bzr build-essential ruby1.8-dev automake autoconf libtool",
0
                'macports' => "echo 'uh... try installing the dev tools or something. also CVS, SVN, Git, Bazaar, and, you know, other stuff. also send a patch if you want this working with ports.'"
0
              }[@manager] || "echo 'hang on man: we aren't using a supported package manager.
0
 you will probably have dependency issues.'")
...
19
20
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
23
24
...
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
0
@@ -19,6 +19,21 @@ bus-scheme:
0
   remove:
0
   - sudo rake uninstall
0
   scm: git
0
+couchdb:
0
+ author: Damien Katz
0
+ description: A document database server, accessible via a RESTful JSON API.
0
+ url: http://incubator.apache.org/couchdb/
0
+ repository: http://svn.apache.org/repos/asf/incubator/couchdb/trunk
0
+ prereqs:
0
+ - sudo apt-get install erlang libicu36 libicu36-dev libmozjs-dev subversion-tools help2man
0
+ build:
0
+ - ./bootstrap
0
+ - ./configure
0
+ - make
0
+ - sudo make install
0
+ remove:
0
+ - sudo make uninstall
0
+ scm: svn
0
 emacs:
0
   author: Richard Stallman
0
   description: Emacs defies description.

Comments

    No one has commented yet.