File tree Expand file tree Collapse file tree 1 file changed +30
-36
lines changed
Expand file tree Collapse file tree 1 file changed +30
-36
lines changed Original file line number Diff line number Diff line change @@ -10,55 +10,49 @@ Packager.build do
1010 end
1111 dependencies do
1212 build [
13- 'git-core' ,
14- 'curl' ,
15- 'zlib1g-dev' ,
16- 'build-essential' ,
17- 'libssl-dev' ,
18- 'libreadline-dev' ,
19- 'libyaml-dev' ,
20- 'libsqlite3-dev' ,
21- 'sqlite3' ,
22- 'libxml2-dev' ,
23- 'libxslt1-dev' ,
24- 'libcurl4-openssl-dev' ,
25- 'python-software-properties' ,
26- 'libffi-dev' ,
27- 'wget' ,
28- 'patch' ,
29- 'autoconf' ,
30- 'openssl' ,
31- 'libreadline6' ,
32- 'libreadline6-dev' ,
33- 'zlib1g' ,
34- 'zlib1g-dev' ,
35- 'libssl-dev' ,
36- 'libyaml-dev' ,
37- 'libsqlite3-dev' ,
38- 'sqlite3' ,
39- 'libc6-dev' ,
40- 'ncurses-dev' ,
41- 'automake' ,
42- 'libtool' ,
43- 'bison' ,
44- 'subversion' ,
45- 'pkg-config' ,
46- 'bison'
13+ 'autoconf' ,
14+ 'automake' ,
15+ 'bison' ,
16+ 'build-essential' ,
17+ 'curl' ,
18+ 'git-core' ,
19+ 'libc6-dev' ,
20+ 'libcurl4-openssl-dev' ,
21+ 'libffi-dev' ,
22+ 'libreadline-dev' ,
23+ 'libreadline6' ,
24+ 'libreadline6-dev' ,
25+ 'libsqlite3-dev' ,
26+ 'libssl-dev' ,
27+ 'libtool' ,
28+ 'libxml2-dev' ,
29+ 'libxslt1-dev' ,
30+ 'libyaml-dev' ,
31+ 'ncurses-dev' ,
32+ 'openssl' ,
33+ 'patch' ,
34+ 'pkg-config' ,
35+ 'python-software-properties' ,
36+ 'sqlite3' ,
37+ 'subversion' ,
38+ 'wget' ,
39+ 'zlib1g' ,
40+ 'zlib1g-dev'
4741 ]
48-
4942 end
5043 build do
5144 name 'heavywater-ruby'
5245 template :generic
5346 environment (
47+ { 'DESTDIR' => '$PKG_DIR' }
5448 )
5549 commands do
5650 build [
5751 'wget http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz' ,
5852 '/bin/tar -zxf ruby-2.1.5.tar.gz' ,
5953 'mv ruby-2.1.5/* .' ,
6054 'autoconf' ,
61- './configure --bindir=/bin -- prefix=$PKG_DIR --with-opt-dir=$PKG_DIR --disable-install-doc --enable-shared ' ,
55+ './configure --prefix=/usr ' ,
6256 'make' ,
6357 'make install'
6458 ]
You can’t perform that action at this time.
0 commit comments