public
Description: A bleeding-edge package manager.
Homepage: http://roastbeef.rubyforge.org
Clone URL: git://github.com/technomancy/roast-beef.git
nginx fair needs to switch branches before building
technomancy (author)
Wed Apr 02 12:37:00 -0700 2008
commit  686572438c95aa2e53cabf28c12549f260cccad9
tree    1289e3cb92d3a7a63d0002d8facc6caa75aacd70
parent  5928bec8a73924b09f62911b56cd7a5757163e4c
...
78
79
80
 
 
 
 
 
81
82
83
...
109
110
111
112
 
113
114
115
...
78
79
80
81
82
83
84
85
86
87
88
...
114
115
116
 
117
118
119
120
0
@@ -78,6 +78,11 @@ nginx-fair:
0
   repository: git://git.localdomain.pl/nginx.git
0
   prereqs:
0
     apt-get: sudo apt-get build-dep nginx
0
+ build:
0
+ - git checkout upstream_fair-0.6
0
+ - ./configure
0
+ - make
0
+ - sudo make install
0
   scm: git
0
 screen:
0
   author: Wayne Davison, Juergen Weigert and Michael Schroeder
0
@@ -109,7 +114,7 @@ rubinius:
0
   url: http://rubini.us
0
   repository: git://git.rubini.us/code
0
   prereqs:
0
- apt-get: sudo apt-get install bison pkg-config libtool git-core ruby1.8 zip unzip libglib2.0-dev zlib1g-dev
0
+ apt-get: sudo apt-get install bison pkg-config libtool git-core ruby1.8 zip unzip libglib2.0-dev zlib1g-dev libreadline5-dev
0
   build:
0
   - rake build
0
   - sudo rake install

Comments

    No one has commented yet.